Condition of Approval Template Items REST Endpoints

Condition of Approval Template Items
The condition of approval template item resource is used to create, update, and delete the template items that are used in the templates associated with the conditions of approval.
Create a set of conditions of approval template items
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovalTemplateItems
Delete a template item from the conditions of approval
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovalTemplateItems/{publicSectorConditionOfApprovalTemplateItemsUniqID}
Get a template item from the conditions of approval
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovalTemplateItems/{publicSectorConditionOfApprovalTemplateItemsUniqID}
Get all conditions of approval template items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovalTemplateItems
Update a template item in the conditions of approval
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovalTemplateItems/{publicSectorConditionOfApprovalTemplateItemsUniqID}