GET api/v2/containermethodconfigs/{containermethodconfigsId}?translate={translate}

Request

URI Parameters

NameDescriptionTypeAdditional information
containermethodconfigsId

integer

Required

translate

boolean

Default value is False

Response

ContainerMethodConfigDetail
NameDescriptionTypeAdditional information
Id

integer

Extra

boolean

Exclusive

boolean

ByServiceArea

boolean

MethodMaster

MethodMasterBasic

Response Format

application/json, text/json

Sample:
{
  "Id": 1,
  "Extra": true,
  "Exclusive": true,
  "ByServiceArea": true,
  "MethodMaster": {
    "Active": true,
    "Id": 2,
    "Identification": "sample string 3"
  }
}

text/html

Sample:
{"Id":1,"Extra":true,"Exclusive":true,"ByServiceArea":true,"MethodMaster":{"Active":true,"Id":2,"Identification":"sample string 3"}}