Case Contacts REST Endpoints

Case Contacts
The case contact resource is used to view, create, or modify the contact details of a case. Case contacts are used in Code Enforcement cases.
Create a case contact
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseContacts
Delete a case contact
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseContacts/{CaseContactKey}
Get a case contact
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseContacts/{CaseContactKey}
Get all case contacts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseContacts
Update a case contact
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseContacts/{CaseContactKey}