Planners REST Endpoints
Supply Chain Planning/Planners
The planners are the people in an enterprise who are responsible for a set of items, their inventory levels, supply and demand, and so forth.
- Create planners
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planners
- Delete a planner
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planners/{PlannerId}
- Get all planners
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planners
- Get one planner
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planners/{PlannerId}
- Update one planner
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planners/{PlannerId}