Allocation Bases REST Endpoints

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