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: postPath:
/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo}/allocationBase - Delete an Allocation Base
- Method: deletePath:
/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo}/allocationBase/{allocSeqNo} - Get Allocation Bases
- Method: getPath:
/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo}/allocationBase - Get an Allocation Base
- Method: getPath:
/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo}/allocationBase/{allocSeqNo} - Update Allocation Bases
- Method: patchPath:
/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo}/allocationBase - Update an Allocation Base
- Method: patchPath:
/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo}/allocationBase/{allocSeqNo}