Webservice to get a list of active Accessorials.
| Name | Type | Required | Description |
|---|---|---|---|
| user | Header param | Y | Your API username. Please note this is not the same as your web username. |
| password | Header param | Y | Your API password. Please note this is not the same as your web password. |
| customerId | Header param | Y | Your API customerId. |
| Body | Body | N | Not required. |
Response will contain array of AccessorialCode objects.
| Name | Type | Required | Description |
|---|---|---|---|
| serviceCode | String | Y | The 3 char code for this service. Please use this while calling rating or booking services. |
| serviceName | String | Y | Descriptive name of the service |
| category | String | Y | PICKUP or DELIVERY. Where this service applies. |
| shipmentType | String | Y | Currently only LTL is supported. LTL means less than truckload. |
List of active AccessorialCodes.
[
{
"serviceCode": "ADE",
"serviceName": "DELIVERY BY APPOINTMENT/SPECIAL",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "AFD",
"serviceName": "AFTERNOON SPECIAL DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "ALD",
"serviceName": "AIRLINE DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "CCD",
"serviceName": "CONVENTION CENTER DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "CND",
"serviceName": "CONTAINER FREIGHT STATION DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "CPD",
"serviceName": "PALLET EXCHANGE DELIVERY (Per wooden Skid; will be calculated once recovered)",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "DR1",
"serviceName": "DEBRIS REMOVAL 1 (Shrink Wrap and Skid Only, Up to two skids; Cost vary After 2)",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "DR2",
"serviceName": "DEBRIS REMOVAL 2 (Cardboard, Shrink Wrap, and Skid Only, Up to two skids; Cost vary After 2)",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "EMD",
"serviceName": "EXTRA MAN DELIVERY (Which will be calculated after service is performed; Costs vary)",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "GWD",
"serviceName": "GROCERY WAREHOUSE DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "HDC",
"serviceName": "HOSPITAL DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "HOD",
"serviceName": "HOTEL DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "IDE",
"serviceName": "INSIDE DELIVERY (Room of choice to the first floor only)",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "LGD",
"serviceName": "LIFTGATE DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "LTD",
"serviceName": "LIMITED ACCESS DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "MBD",
"serviceName": "MILITARY BASE DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "MDC",
"serviceName": "MALL DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "MOD",
"serviceName": "MORNING SPECIAL DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "NOD",
"serviceName": "NOTIFICATION DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "RDE",
"serviceName": "RESIDENTIAL DELIVERY (Will Call Consignee to arrange time and date)",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "RDS",
"serviceName": "RESIDENTIAL DELIVERY-NO CALL-NO SIGNATURE",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "THD",
"serviceName": "TWO HOUR SPECIAL DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "TSD",
"serviceName": "TSA QUALIFIED DRIVER DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "UND",
"serviceName": "UNIVERSITY/COLLEGE DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "UNP",
"serviceName": "UNPACK DELIVERY (Up to two skids; Cost vary After 2, does not include crates)",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "XPD",
"serviceName": "AFTER OR BEFORE HOURS DELIVERY",
"category": "DELIVERY",
"shipmentType": "LTL"
},
{
"serviceCode": "AFP",
"serviceName": "AFTERNOON SPECIAL PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "ALP",
"serviceName": "AIRLINE PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "APP",
"serviceName": "PICKUP APPOINTMENT/SPECIAL",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "CCF",
"serviceName": "CHECK CONVENIENCE FEE",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "CCP",
"serviceName": "CONVENTION CENTER PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "CNP",
"serviceName": "CONTAINER FREIGHT STATION PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "CPX",
"serviceName": "PALLET EXCHANGE PICKUP (Per wooden Skid; will be calculated once recovered)",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "GWP",
"serviceName": "GROCERY WAREHOUSE PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "HOT",
"serviceName": "HOTEL PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "HPC",
"serviceName": "HOSPITAL PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "INB",
"serviceName": "IN BOND PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "IPU",
"serviceName": "INSIDE PICKUP (Room of choice to the first floor only)",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "LGP",
"serviceName": "LIFTGATE PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "LTP",
"serviceName": "LIMITED ACCESS PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "MBP",
"serviceName": "MILITARY BASE PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "MOP",
"serviceName": "MORNING SPECIAL PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "MPC",
"serviceName": "MALL PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "RPU",
"serviceName": "RESIDENTIAL PICKUP (Will Call Consignee to arrange time and date)",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "THP",
"serviceName": "TWO HOUR SPECIAL PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "TSP",
"serviceName": "TSA QUALIFIED DRIVER PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "UNC",
"serviceName": "UNIVERSITY/COLLEGE PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "XMP",
"serviceName": "EXTRA MAN PICKUP (Which will be calculated after service is performed; Costs vary)",
"category": "PICKUP",
"shipmentType": "LTL"
},
{
"serviceCode": "XPU",
"serviceName": "AFTER OR BEFORE HOURS PICKUP",
"category": "PICKUP",
"shipmentType": "LTL"
}
]