GET api/v2/containertypes/{containertypeId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
containertypeId | integer |
Required |
Response
ContainerTypeDetailName | Description | Type | Additional information |
---|---|---|---|
Priority | integer | ||
MeasurementUnit | MeasurementUnitBasic | ||
Id | integer | ||
Identification | string | ||
Active | boolean |
Response Format
application/json, text/json
Sample:
{ "Priority": 1, "MeasurementUnit": { "Description": "sample string 1", "Id": 2, "Identification": "sample string 3" }, "Id": 1, "Identification": "sample string 2", "Active": true }
text/html
Sample:
{"Priority":1,"MeasurementUnit":{"Description":"sample string 1","Id":2,"Identification":"sample string 3"},"Id":1,"Identification":"sample string 2","Active":true}