Collaboration Plans REST Endpoints

Supply Chain Planning/Collaboration Plans
The Collaboration Plans resource manages a list of plans that are configured for collaboration.
Create plans
Method: post
Path: /fscmRestApi/resources/11.13.18.05/collaborationPlans
Delete one plan
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/collaborationPlans/{CollaborationPlanId}
Get all plans
Method: get
Path: /fscmRestApi/resources/11.13.18.05/collaborationPlans
Get one plan
Method: get
Path: /fscmRestApi/resources/11.13.18.05/collaborationPlans/{CollaborationPlanId}
Update one plan
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/collaborationPlans/{CollaborationPlanId}