- Subcategories:
 - Conditions of Approval Compliance Periods
 - Large Object (LOB) Attributes - Condition
 - Large Object (LOB) Attributes - ConditionPlain
 
Conditions of Approval Transactions REST Endpoints
            
            Planning and Zoning/Conditions of Approval Transactions
            
        
        
    The conditions of approval transaction resource is used to create, update, and delete the conditions of approval associated with a planning and zoning application.
- Create a set of conditions of approvals
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions - Delete a condition of approval
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions/{CoaKey} - Get a condition of approval
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions/{CoaKey} - Get all conditions of approval
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions - Update a condition of approval
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions/{CoaKey}