GET api/v2/containermethodconfigs/{containermethodconfigsId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
containermethodconfigsId | integer |
Required |
Response
ContainerMethodConfigDetailName | Description | Type | Additional 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"}}