Planning Demands REST Endpoints
Supply Chain Planning/Replenishment Plans/Planning Demands
The Planning Demands resource manages the demand orders and forecasts that are part of the plan.
- Create demands
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/replenishmentPlans/{PlanId}/child/PlanningDemands
- Get all demands
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/replenishmentPlans/{PlanId}/child/PlanningDemands
- Get one demand
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/replenishmentPlans/{PlanId}/child/PlanningDemands/{TransactionId}
- Update one demand
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/replenishmentPlans/{PlanId}/child/PlanningDemands/{TransactionId}