- Subcategories:
- Large Object (LOB) Attributes - CodeReferenceDescription
- Large Object (LOB) Attributes - CorrectiveActionDescription
Code Violation REST Endpoints
Code Enforcement/Cases/Code Violation
The code violation resource is used to view the code violation associated with a case.
- Create a code violation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCases/{CaseKey}/child/CaseCodeReference - Delete a code violation
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCases/{CaseKey}/child/CaseCodeReference/{publicSectorCases_CaseCodeReference_Id} - Get a code violation
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCases/{CaseKey}/child/CaseCodeReference/{publicSectorCases_CaseCodeReference_Id} - Get all code violations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCases/{CaseKey}/child/CaseCodeReference - Update a code violation
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCases/{CaseKey}/child/CaseCodeReference/{publicSectorCases_CaseCodeReference_Id}