Subinventories REST Endpoints
Supply Chain Planning/Plan Definitions/Plan Organizations/Subinventories
The subinventories of a user-selected organization specified in the plan options that are used in the supply planning process, which generates supplies for the subinventories, if needed.
- Create subinventories
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOrganization/{TransactionId}/child/SubInventory
- Delete one subinventory
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOrganization/{TransactionId}/child/SubInventory/{SubInventoryUniqID}
- Get all subinventories
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOrganization/{TransactionId}/child/SubInventory
- Get one subinventory
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOrganization/{TransactionId}/child/SubInventory/{SubInventoryUniqID}
- Update one subinventory
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOrganization/{TransactionId}/child/SubInventory/{SubInventoryUniqID}