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}
Refresh data for an organization
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/action/refreshOrganizationData
Update a scheduling organization
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}