Planning Supplies REST Endpoints
Supply Chain Planning/Replenishment Plans/Planning Supplies
The Planning Supplies resource manages the supply orders such as work orders and purchase orders that are part of the plan.
- Create supplies
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/replenishmentPlans/{PlanId}/child/PlanningSupplies - Get all supplies
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/replenishmentPlans/{PlanId}/child/PlanningSupplies - Get one supply
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/replenishmentPlans/{PlanId}/child/PlanningSupplies/{TransactionId} - Update one supply
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/replenishmentPlans/{PlanId}/child/PlanningSupplies/{TransactionId}