GET
/client-case-manager/v1/client-case/{caseId}
Get a single client case with the specified id
PATCH
/client-case-manager/v1/client-case/{caseId}
Update an existing client case
POST
/client-case-manager/v1/client-case
Create a new client case
GET
/client-case-manager/v1/client-case/search
Search for client cases
POST
/client-case-manager/v1/client-case/{caseId}/illustrations
Add an illustration to an existing client case
DELETE
/client-case-manager/v1/client-case/{caseId}/illustrations/{illustrationId}
Remove an illustration from an existing client case
PATCH
/client-case-manager/v1/client-case/{caseId}/illustrations/{illustrationId}
Update an existing illustration from an existing client case
PATCH
/client-case-manager/v1/client-case/{caseId}/illustrations/{illustrationId}/archive
Archive an existing illustration
PATCH
/client-case-manager/v1/client-case/{caseId}/illustrations/{illustrationId}/reactivate
Reactivates a previously archived illustration.
PATCH
/client-case-manager/v1/client-case/{caseId}/illustrations/{illustrationId}/submit
Selects an illustration from an existing client case.
PATCH
/client-case-manager/v1/client-case/{caseId}/illustrations/{illustrationId}/select
Selects an illustration from an existing client case.
GET
/client-case-manager/health