Resource Groups REST Endpoints

Supply Chain Planning/Production Scheduling Organizations/Resource Groups
The Resource Groups resource manages the user defined groupings of resources that are used in simplifying changeover rule definition and user interface filtering.
Create resource groups
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceGroups
Delete a resource group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceGroups/{GroupId}
Get all resource groups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceGroups
Get one resource group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceGroups/{GroupId}
Update a resource group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceGroups/{GroupId}