Corrective Actions REST Endpoints
Code Enforcement/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCorrectiveActions - Delete a corrective action
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCorrectiveActions/{publicSectorCorrectiveActionsUniqID} - Get a corrective action
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCorrectiveActions/{publicSectorCorrectiveActionsUniqID} - Get all corrective actions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCorrectiveActions - Update a corrective action
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCorrectiveActions/{publicSectorCorrectiveActionsUniqID}