Allocations REST Endpoints

Business Objects/Order Releases/Allocations
The operations from the Business Objects/Order Releases/Allocations category.
Create an Allocation
Method: post
Path: /orderReleases/{orderReleaseGid}/allocations
Delete an Allocation
Method: delete
Path: /orderReleases/{orderReleaseGid}/allocations/{allocSeqNo}
Get Allocations
Method: get
Path: /orderReleases/{orderReleaseGid}/allocations
Get an Allocation
Method: get
Path: /orderReleases/{orderReleaseGid}/allocations/{allocSeqNo}
Update Allocations
Method: patch
Path: /orderReleases/{orderReleaseGid}/allocations
Update an Allocation
Method: patch
Path: /orderReleases/{orderReleaseGid}/allocations/{allocSeqNo}