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: post
Path: /fscmRestApi/resources/11.13.18.05/replenishmentPlans/{PlanId}/child/PlanningDemands
Get all demands
Method: get
Path: /fscmRestApi/resources/11.13.18.05/replenishmentPlans/{PlanId}/child/PlanningDemands
Get one demand
Method: get
Path: /fscmRestApi/resources/11.13.18.05/replenishmentPlans/{PlanId}/child/PlanningDemands/{TransactionId}
Update one demand
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/replenishmentPlans/{PlanId}/child/PlanningDemands/{TransactionId}