Purchase Order Schedules REST Endpoints

Purchase Order Schedules
The Purchase Order Schedules resource manages the details of purchase order schedules, such as ship-to location and delivery date. You must have the necessary roles and privileges to use this REST resource. For additional details, refer to the Job Roles and Privileges and Status Codes topics.
Add lines to an existing work confirmation.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/purchaseOrderSchedules/{purchaseOrderSchedulesUniqID}/action/confirmWork
Close a schedule
Method: post
Path: /fscmRestApi/resources/11.13.18.05/purchaseOrderSchedules/{purchaseOrderSchedulesUniqID}/action/close
Get all schedules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/purchaseOrderSchedules
Get one schedule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/purchaseOrderSchedules/{purchaseOrderSchedulesUniqID}