Plan Price Lists REST Endpoints

Supply Chain Planning/Plan Definitions/Plan Price Lists
Price lists for the plan that the user can select to determine the prices of items planned by the supply plan.
Create plan price lists
Method: post
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanPriceList
Delete one plan price list
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanPriceList/{PlanPriceListUniqID}
Get all plan price lists
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanPriceList
Get one plan price list
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanPriceList/{PlanPriceListUniqID}
Update one plan price list
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanPriceList/{PlanPriceListUniqID}