Manufacturing Attribute Groups REST Endpoints
Supply Chain Planning/Production Scheduling Organizations/Manufacturing Attribute Groups
The Manufacturing Attribute Groups specifies attribute code by manufacturing business object.
- Create manufacturing attribute groups
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/manufacturingAttributeGroups - Delete a manufacturing attribute group
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/manufacturingAttributeGroups/{manufacturingAttributeGroupsUniqID} - Get all manufacturing attribute groups
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/manufacturingAttributeGroups - Get one manufacturing attribute group
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/manufacturingAttributeGroups/{manufacturingAttributeGroupsUniqID} - Update a manufacturing attribute group
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/manufacturingAttributeGroups/{manufacturingAttributeGroupsUniqID}