GET api/CommunityTables/GetContainerA45?LenType={LenType}
טבלת המרת סוג מכולה מישן לחדש - TBLOAD_A45_HCONT_TO_WCO
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LenType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TaskYamMain.CommunityTablesContracts.Objects.ContainerA45| Name | Description | Type | Additional information |
|---|---|---|---|
| ContainerLength | string |
None. |
|
| WcoType | string |
None. |
|
| Desc | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ContainerLength": "sample string 1",
"WcoType": "sample string 2",
"Desc": "sample string 3"
},
{
"ContainerLength": "sample string 1",
"WcoType": "sample string 2",
"Desc": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfContainerA45 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ContainerA45>
<ContainerLength>sample string 1</ContainerLength>
<WcoType>sample string 2</WcoType>
<Desc>sample string 3</Desc>
</ContainerA45>
<ContainerA45>
<ContainerLength>sample string 1</ContainerLength>
<WcoType>sample string 2</WcoType>
<Desc>sample string 3</Desc>
</ContainerA45>
</ArrayOfContainerA45>