GET api/v1/ContainerTypes?search={search}&sort={sort}
Retrieves an array of Container Type.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
search |
Define this parameter in the request URI. |
|
sort |
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 }, { "Code": "sample string 1", "Name": "sample string 2", "Form": "sample string 3", "UI": true }, { "Code": "sample string 1", "Name": "sample string 2", "Form": "sample string 3", "UI": true } ]