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