Accessorials REST Endpoints
Business Objects/Locations/Accessorials
The operations from the Business Objects/Locations/Accessorials category.
- Create an Accessorial
- Method: postPath:
/locations/{locationGid}/accessorials - Delete an Accessorial
- Method: deletePath:
/locations/{locationGid}/accessorials/{accessorialCodeGid} - Get Accessorials
- Method: getPath:
/locations/{locationGid}/accessorials - Get an Accessorial
- Method: getPath:
/locations/{locationGid}/accessorials/{accessorialCodeGid} - Update Accessorials
- Method: patchPath:
/locations/{locationGid}/accessorials - Update an Accessorial
- Method: patchPath:
/locations/{locationGid}/accessorials/{accessorialCodeGid}