Allocations REST Endpoints
Supply Chain Planning/Backlog Management Plans/Allocations
The Allocations resource gets supply allocation details from the backlog management plan.
- Create allocations
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/backlogManagementPlans/{BmRunId}/child/allocations
- Get all allocations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/backlogManagementPlans/{BmRunId}/child/allocations
- Get one allocation
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/backlogManagementPlans/{BmRunId}/child/allocations/{allocationsUniqID}
- Update one allocation
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/backlogManagementPlans/{BmRunId}/child/allocations/{allocationsUniqID}