Conditions of Approval Compliance Periods REST Endpoints

Conditions of Approval Transactions/Conditions of Approval Compliance Periods
The conditions of approval compliance period resource is used to create, update, and delete the compliances in the conditions of approval associated with a planning and zoning application.
Create a set of compliance periods associated with the conditions of approval
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions/{CoaKey}/child/COAConditionComplyPeriods
Delete a compliance period from the conditions of approval
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions/{CoaKey}/child/COAConditionComplyPeriods/{COAConditionComplyPeriodsUniqID}
Get a compliance period from the conditions of approval
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions/{CoaKey}/child/COAConditionComplyPeriods/{COAConditionComplyPeriodsUniqID}
Get all compliance periods associated with the conditions of approval
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions/{CoaKey}/child/COAConditionComplyPeriods
Update a compliance period in the conditions of approval
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions/{CoaKey}/child/COAConditionComplyPeriods/{COAConditionComplyPeriodsUniqID}