GET api/CommunityTables/GetLineCode
טבלת קווים- TBLOAD_S29_KAVIM
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TaskYamMain.CommunityTablesContracts.Objects.Lines29Name | Description | Type | Additional information |
---|---|---|---|
PortCD | string |
None. |
|
AgentCode | string |
None. |
|
Line | string |
None. |
|
Desc | string |
None. |
|
HITHS | string |
None. |
|
STATH | string |
None. |
|
STATA | string |
None. |
|
STATE | string |
None. |
|
PortNum | string |
None. |
|
BFillIdk | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PortCD": "sample string 1", "AgentCode": "sample string 2", "Line": "sample string 3", "Desc": "sample string 4", "HITHS": "sample string 5", "STATH": "sample string 6", "STATA": "sample string 7", "STATE": "sample string 8", "PortNum": "sample string 9", "BFillIdk": "sample string 10" }, { "PortCD": "sample string 1", "AgentCode": "sample string 2", "Line": "sample string 3", "Desc": "sample string 4", "HITHS": "sample string 5", "STATH": "sample string 6", "STATA": "sample string 7", "STATE": "sample string 8", "PortNum": "sample string 9", "BFillIdk": "sample string 10" } ]
application/xml, text/xml
Sample:
<ArrayOfLines29 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Lines29> <PortCD>sample string 1</PortCD> <AgentCode>sample string 2</AgentCode> <Line>sample string 3</Line> <Desc>sample string 4</Desc> <HITHS>sample string 5</HITHS> <STATH>sample string 6</STATH> <STATA>sample string 7</STATA> <STATE>sample string 8</STATE> <PortNum>sample string 9</PortNum> <BFillIdk>sample string 10</BFillIdk> </Lines29> <Lines29> <PortCD>sample string 1</PortCD> <AgentCode>sample string 2</AgentCode> <Line>sample string 3</Line> <Desc>sample string 4</Desc> <HITHS>sample string 5</HITHS> <STATH>sample string 6</STATH> <STATA>sample string 7</STATA> <STATE>sample string 8</STATE> <PortNum>sample string 9</PortNum> <BFillIdk>sample string 10</BFillIdk> </Lines29> </ArrayOfLines29>