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: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/itemClassAttributeGroups - Delete an item class attribute group
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/itemClassAttributeGroups/{itemClassAttributeGroupsUniqID} - Get all item attribute groups
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/itemClassAttributeGroups - Get one item class attribute group
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/itemClassAttributeGroups/{itemClassAttributeGroupsUniqID} - Update an item class attribute group
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/itemClassAttributeGroups/{itemClassAttributeGroupsUniqID}