- Subcategories:
- Allocation Bases
- Allocation Details
Allocations REST Endpoints
Business Objects/Order Bases/Lines/Allocations
The operations from the Business Objects/Order Bases/Lines/Allocations category.
- Create an Allocation
- Method: postPath:
/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations - Delete an Allocation
- Method: deletePath:
/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo} - Get Allocations
- Method: getPath:
/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations - Get an Allocation
- Method: getPath:
/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo} - Update Allocations
- Method: patchPath:
/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations - Update an Allocation
- Method: patchPath:
/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo}