Allocations REST Endpoints

Business Objects/Order Bases/Lines/Allocations
The operations from the Business Objects/Order Bases/Lines/Allocations category.
Create an Allocation
Method: post
Path: /orderBases/{orderBaseGid}/lines/{obLineGid}/allocations
Delete an Allocation
Method: delete
Path: /orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo}
Get Allocations
Method: get
Path: /orderBases/{orderBaseGid}/lines/{obLineGid}/allocations
Get an Allocation
Method: get
Path: /orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo}
Update Allocations
Method: patch
Path: /orderBases/{orderBaseGid}/lines/{obLineGid}/allocations
Update an Allocation
Method: patch
Path: /orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo}