Cases REST Endpoints
Cases
Cases
- Create Case
- Method: postPath:
/PASService/rest/services/v1/cases - Get a specific case by case Id
- Method: getPath:
/PASService/rest/services/v1/cases/{caseId} - Get list of cases
- Method: getPath:
/PASService/rest/services/v1/cases - Get the list of policies for a specific case by case Id
- Method: getPath:
/PASService/rest/services/v1/cases/{caseId}/policies - Partially update a specific case by case Id
- Method: patchPath:
/PASService/rest/services/v1/cases/{caseId} - Update a specific case by case Id
- Method: putPath:
/PASService/rest/services/v1/cases/{caseId}