GET api/CommunityTables/GetContainerA46?WCOType={WCOType}

טבלת המרת סוג מכולה מחדש לישן - TBLOAD_A46_HCONT_FROM_WCO

Request Information

URI Parameters

NameDescriptionTypeAdditional information
WCOType

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TaskYamMain.CommunityTablesContracts.Objects.ContainerA46
NameDescriptionTypeAdditional information
ContainerLength

string

None.

WcoType

string

None.

WcoDesc

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ContainerLength": "sample string 1",
    "WcoType": "sample string 2",
    "WcoDesc": "sample string 3"
  },
  {
    "ContainerLength": "sample string 1",
    "WcoType": "sample string 2",
    "WcoDesc": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfContainerA46 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ContainerA46>
    <ContainerLength>sample string 1</ContainerLength>
    <WcoType>sample string 2</WcoType>
    <WcoDesc>sample string 3</WcoDesc>
  </ContainerA46>
  <ContainerA46>
    <ContainerLength>sample string 1</ContainerLength>
    <WcoType>sample string 2</WcoType>
    <WcoDesc>sample string 3</WcoDesc>
  </ContainerA46>
</ArrayOfContainerA46>