- Subcategories:
- Conditions of Approval Template Items
Conditions of Approval Templates REST Endpoints
Planning and Zoning/Conditions of Approval Templates
The conditions of approval template resource is used to create, update, and delete the templates used in the conditions of approval.
- Create a set of conditions of approval templates
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovalTemplates - Delete a conditions of approval template
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovalTemplates/{publicSectorConditionOfApprovalTemplatesUniqID} - Get a conditions of approval template
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovalTemplates/{publicSectorConditionOfApprovalTemplatesUniqID} - Get all conditions of approval templates
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovalTemplates - Update a conditions of approval template
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovalTemplates/{publicSectorConditionOfApprovalTemplatesUniqID}