Accessorials REST Endpoints
Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Accessorials
The operations from the Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Accessorials category.
- Create an Accessorial
- Method: postPath:
/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/accessorials - Delete an Accessorial
- Method: deletePath:
/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/accessorials/{accessorialCodeGid} - Get Accessorials
- Method: getPath:
/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/accessorials - Get an Accessorial
- Method: getPath:
/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/accessorials/{accessorialCodeGid} - Update Accessorials
- Method: patchPath:
/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/accessorials - Update an Accessorial
- Method: patchPath:
/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/accessorials/{accessorialCodeGid}