Accessorial - Retrieve all accessorial charge codes
GET
/accessorials/accessorialsLast modified: 19 days ago
The Accessorial Codes API endpoint retrieves a list of valid accessorial charge codes that can be utilized in other endpoints such as RateQuote, Bill of Lading (BOL), and LoadTender.
Input Parameters:
- None: This endpoint does not require any input parameters.
Output Structure:
- An array of accessorial codes, where each entry contains:
Service
: A description of the service associated with the accessorial code (e.g., "Construction Site Delivery").ServiceCode
: A unique code representing the service (e.g., "CSD").
This endpoint is useful for users to understand available accessorial charges, ensuring proper selection and application in their shipping requests.
Request
None
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
search results matching criteria
Data Schema
$ref(#/definitions/3967569)[]
optional
#/definitions/3967569
optional
Example
Not configured