Item Class Attribute Groups REST Endpoints

Supply Chain Planning/Production Scheduling Organizations/Item Class Attribute Groups
The Item Class Attribute Groups specifies attribute group code for an item business object.
Create item attribute groups
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/itemClassAttributeGroups
Delete an item class attribute group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/itemClassAttributeGroups/{itemClassAttributeGroupsUniqID}
Get all item attribute groups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/itemClassAttributeGroups
Get one item class attribute group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/itemClassAttributeGroups/{itemClassAttributeGroupsUniqID}
Update an item class attribute group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/itemClassAttributeGroups/{itemClassAttributeGroupsUniqID}