GET api/v1/ContainerTypes/{code}
Retrieves the Container Type identified by Code.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
code |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Code": "sample string 1", "Name": "sample string 2", "Form": "sample string 3", "UI": true }