- Subcategories:
- Details
- References
- Remarks
Costs REST Endpoints
Business Objects/Shipments/Costs
The operations from the Business Objects/Shipments/Costs category.
- Create a Cost
- Method: postPath:
/shipments/{shipmentGid}/costs - Delete a Cost
- Method: deletePath:
/shipments/{shipmentGid}/costs/{shipmentCostSeqno} - Get a Cost
- Method: getPath:
/shipments/{shipmentGid}/costs/{shipmentCostSeqno} - Get Costs
- Method: getPath:
/shipments/{shipmentGid}/costs - Update a Cost
- Method: patchPath:
/shipments/{shipmentGid}/costs/{shipmentCostSeqno} - Update Costs
- Method: patchPath:
/shipments/{shipmentGid}/costs