Conditions of Approvals REST Endpoints

Conditions of Approvals
The conditions od approval resource is used to create, update, and delete the conditions of approval.
Create a set of conditions of approval
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovals
Delete a condition of approval
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovals/{publicSectorConditionOfApprovalsUniqID}
Get a condition of approval
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovals/{publicSectorConditionOfApprovalsUniqID}
Get all conditions of approval
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovals
Update a condition of approval
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovals/{publicSectorConditionOfApprovalsUniqID}