Conditions of Approval Transactions REST Endpoints

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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions
Delete a condition of approval
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions/{CoaKey}
Get a condition of approval
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions/{CoaKey}
Get all conditions of approval
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions
Update a condition of approval
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions/{CoaKey}