Escalation Levels REST Endpoints
Escalation Levels
Escalation levels represent the various levels to which service requests are escalated
- Create an escalation level
- Method: postPath:
/crmRestApi/resources/11.13.18.05/escalationLevels - Delete an escalation level
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/escalationLevels/{EscalationLevelId} - Get all escalation levels
- Method: getPath:
/crmRestApi/resources/11.13.18.05/escalationLevels - Get an escalation level
- Method: getPath:
/crmRestApi/resources/11.13.18.05/escalationLevels/{EscalationLevelId} - Update an escalation level
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/escalationLevels/{EscalationLevelId}