GET ShipmentServices
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PacejetAPI.Models.CommonModels+ShipmentServices| Name | Description | Type |
|---|---|---|
| ShipmentServicesCode | click for description | string |
| ShipmentServicesDescription | click for description | string |
Response Formats
application/json, text/json
Sample:
[
{
"shipmentServicesCode": "sample string 1",
"shipmentServicesDescription": "sample string 2"
},
{
"shipmentServicesCode": "sample string 1",
"shipmentServicesDescription": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfShipmentServices xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ShipmentServices>
<ShipmentServicesCode>sample string 1</ShipmentServicesCode>
<ShipmentServicesDescription>sample string 2</ShipmentServicesDescription>
</ShipmentServices>
<ShipmentServices>
<ShipmentServicesCode>sample string 1</ShipmentServicesCode>
<ShipmentServicesDescription>sample string 2</ShipmentServicesDescription>
</ShipmentServices>
</ArrayOfShipmentServices>