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