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: post
Path: /fscmRestApi/resources/11.13.18.05/backlogManagementPlans/{BmRunId}/child/allocations
Get all allocations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/backlogManagementPlans/{BmRunId}/child/allocations
Get one allocation
Method: get
Path: /fscmRestApi/resources/11.13.18.05/backlogManagementPlans/{BmRunId}/child/allocations/{allocationsUniqID}
Update one allocation
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/backlogManagementPlans/{BmRunId}/child/allocations/{allocationsUniqID}