GET api/ImportShipment/GetShipmentPorts?PType={PType}
Get shipment Ports by type
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PType |
Shipment port type |
ShipmentPortTypeCode |
Required |
Body Parameters
None.
Response Information
Resource Description
ShipmentPortListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PortList |
Port List |
Collection of ShipmentPortModel |
None. |
| ErrorCode |
Detailed Error code (Variable definition by specific API) |
integer |
None. |
| ErrDetail |
错误原因 |
ErrorCodeModel |
None. |
| Code |
Return code |
APIReturnResult |
None. |
| Reference |
Optional, typically used for refering Unique ID in batch operation result; |
string |
None. |
| Message |
Returned message. |
string |
None. |
| ReturnResult |
Return result |
Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.