Allocation Details REST Endpoints

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