Resource Groups REST Endpoints

Supply Chain Planning/Production Scheduling Plans/Resource Groups
The Resource Groups resource manages the user-defined groups of resources.
Create resource groups
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resourceGroups
Delete a resource group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resourceGroups/{resourceGroupsUniqID}
Get all resource groups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resourceGroups
Get one resource group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resourceGroups/{resourceGroupsUniqID}
Update a resource group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resourceGroups/{resourceGroupsUniqID}