Corrective Actions REST Endpoints

Corrective Actions
The corrective action resource is used to view, create, or modify a corrective action that is applied to resolve an issue. Corrective actions are used in Code Enforcement cases.
Create a corrective action
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCorrectiveActions
Delete a corrective action
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCorrectiveActions/{publicSectorCorrectiveActionsUniqID}
Get a corrective action
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCorrectiveActions/{publicSectorCorrectiveActionsUniqID}
Get all corrective actions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCorrectiveActions
Update a corrective action
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCorrectiveActions/{publicSectorCorrectiveActionsUniqID}