Work Confirmations REST Endpoints

Work Confirmations
The Work Confirmations resource manages work confirmations created on complex work purchase orders. A work confirmation is a document that tracks the progress of work completed by the contractors or suppliers for a period of performance. 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.
Cancel a work confirmation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/action/cancel
Create a work confirmation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations
Delete a work confirmation
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}
Get all work confirmations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations
Get one work confirmation
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}
Submit a work confirmation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/action/submit
Update a work confirmation
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}
Withdraw a work confirmation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/action/withdraw