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: postPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanPriceList
- Delete one plan price list
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanPriceList/{PlanPriceListUniqID}
- Get all plan price lists
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanPriceList
- Get one plan price list
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanPriceList/{PlanPriceListUniqID}
- Update one plan price list
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanPriceList/{PlanPriceListUniqID}