Plan Schedules REST Endpoints
Supply Chain Planning/Plan Definitions/Plan Schedules
Specified demand schedules that serve as the demands for the supply plan. If the plan type is demand and supply, the demand schedule is automatically included in the supply plan. The supported types of demand schedules are Demand, External, and Production.
- Create plan schedules
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule
- Delete one plan schedule
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}
- Get all plan schedules
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule
- Get one plan schedule
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}
- Update one plan schedule
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}