- Subcategories:
- Allocation Bases
- Allocation Details
Allocations REST Endpoints
Business Objects/Order Release Lines/Allocations
The operations from the Business Objects/Order Release Lines/Allocations category.
- Create an Allocation
- Method: postPath:
/orderReleaseLines/{orderReleaseLineGid}/allocations
- Delete an Allocation
- Method: deletePath:
/orderReleaseLines/{orderReleaseLineGid}/allocations/{allocSeqNo}
- Get Allocations
- Method: getPath:
/orderReleaseLines/{orderReleaseLineGid}/allocations
- Get an Allocation
- Method: getPath:
/orderReleaseLines/{orderReleaseLineGid}/allocations/{allocSeqNo}
- Update Allocations
- Method: patchPath:
/orderReleaseLines/{orderReleaseLineGid}/allocations
- Update an Allocation
- Method: patchPath:
/orderReleaseLines/{orderReleaseLineGid}/allocations/{allocSeqNo}