Allocations REST Endpoints
Business Objects/Shipments/Allocations
The operations from the Business Objects/Shipments/Allocations category.
- Create an Allocation
- Method: postPath:
/shipments/{shipmentGid}/allocations - Delete an Allocation
- Method: deletePath:
/shipments/{shipmentGid}/allocations/{allocSeqNo} - Get Allocations
- Method: getPath:
/shipments/{shipmentGid}/allocations - Get an Allocation
- Method: getPath:
/shipments/{shipmentGid}/allocations/{allocSeqNo} - Update Allocations
- Method: patchPath:
/shipments/{shipmentGid}/allocations - Update an Allocation
- Method: patchPath:
/shipments/{shipmentGid}/allocations/{allocSeqNo}