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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCases/{CaseKey}/child/CaseCodeReference
Delete a code violation
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCases/{CaseKey}/child/CaseCodeReference/{publicSectorCases_CaseCodeReference_Id}
Get a code violation
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCases/{CaseKey}/child/CaseCodeReference/{publicSectorCases_CaseCodeReference_Id}
Get all code violations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCases/{CaseKey}/child/CaseCodeReference
Update a code violation
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCases/{CaseKey}/child/CaseCodeReference/{publicSectorCases_CaseCodeReference_Id}