Case REST Endpoints

Interactions/Case
Cases are a highly configurable object that can be used to handle various types of requests that can be tracked and require a workflow to enable resolution.
Action Case
Method: patch
Path: /rest/apis/customer/interactions/cases/{caseId}/action
Create Case
Method: post
Path: /rest/apis/customer/interactions/cases/
Delete Case
Method: delete
Path: /rest/apis/customer/interactions/cases/{caseId}
Get Case
Method: get
Path: /rest/apis/customer/interactions/cases/{caseId}
Search Case
Method: post
Path: /rest/apis/customer/interactions/cases/search
Update Case
Method: put
Path: /rest/apis/customer/interactions/cases/{caseId}