GET api/CommunityTables/GetShipTypes?VesselType={VesselType}
טבלת סוגי אוניה - TBLOAD_V03_SUG_ONIYA
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
VesselType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TaskYamMain.CommunityTablesContracts.Objects.ShipTypeName | Description | Type | Additional information |
---|---|---|---|
VesselType | string |
None. |
|
VesselWcoType | string |
None. |
|
NameHeb | string |
None. |
|
NameEng | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "VesselType": "sample string 1", "VesselWcoType": "sample string 2", "NameHeb": "sample string 3", "NameEng": "sample string 4" }, { "VesselType": "sample string 1", "VesselWcoType": "sample string 2", "NameHeb": "sample string 3", "NameEng": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfShipType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ShipType> <VesselType>sample string 1</VesselType> <VesselWcoType>sample string 2</VesselWcoType> <NameHeb>sample string 3</NameHeb> <NameEng>sample string 4</NameEng> </ShipType> <ShipType> <VesselType>sample string 1</VesselType> <VesselWcoType>sample string 2</VesselWcoType> <NameHeb>sample string 3</NameHeb> <NameEng>sample string 4</NameEng> </ShipType> </ArrayOfShipType>