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: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations
Delete a scheduling organization
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}
Get all organizations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations
Get one scheduling organization
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}
Initiate a request to replace flow sequencing rules from an existing production line
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/action/replaceFlowSequencingRules
Refresh data for an organization
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/action/refreshOrganizationData
Request the deletion of flow sequencing rules.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/action/deleteFlowSequencingRules
Update a scheduling organization
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}