GET api/CommunityTables/GetContainerTypes?ContainerType={ContainerType}
טבלת סוגי מכולות - TBLOAD_A22_SUG_MHOLA
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ContainerType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TaskYamMain.CommunityTablesContracts.Objects.ContainerTypeName | Description | Type | Additional information |
---|---|---|---|
ID | string |
None. |
|
Name | string |
None. |
|
NameEng | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "sample string 1", "Name": "sample string 2", "NameEng": "sample string 3" }, { "ID": "sample string 1", "Name": "sample string 2", "NameEng": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfContainerType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ContainerType> <ID>sample string 1</ID> <Name>sample string 2</Name> <NameEng>sample string 3</NameEng> </ContainerType> <ContainerType> <ID>sample string 1</ID> <Name>sample string 2</Name> <NameEng>sample string 3</NameEng> </ContainerType> </ArrayOfContainerType>