- Subcategories:
- Attribute Sequences
- Attributes
- Changeover Rules
- Item Class Attribute Groups
- Item Parameters
- Manufacturing Attribute Groups
- Production Line Attribute Sequences
- Production Line Attributes
- Production Line Parameters
- Resource Attributes
- Resource Groups
- Resource Parameters
- Resource Relationships
Production Scheduling Organizations REST Endpoints
Supply Chain Planning/Production Scheduling Organizations
The Production Scheduling Organizations resource manages the list of potential organizations that can be used to setup a production scheduling plan. It's used to define the scope of the production schedule.
- Create scheduling organizations
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations - Delete a scheduling organization
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId} - Get all organizations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations - Get one scheduling organization
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId} - Refresh data for an organization
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/action/refreshOrganizationData - Update a scheduling organization
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}