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: post
Path: /fscmRestApi/resources/11.13.18.05/planners
Delete a planner
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/planners/{PlannerId}
Get all planners
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planners
Get one planner
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planners/{PlannerId}
Update one planner
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/planners/{PlannerId}