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: postPath:
/fscmRestApi/resources/11.13.18.05/collaborationPlans - Delete one plan
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/collaborationPlans/{CollaborationPlanId} - Get all plans
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/collaborationPlans - Get one plan
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/collaborationPlans/{CollaborationPlanId} - Update one plan
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/collaborationPlans/{CollaborationPlanId}