Escalation Levels REST Endpoints

Escalation Levels
Escalation levels represent the various levels to which service requests are escalated
Create an escalation level
Method: post
Path: /crmRestApi/resources/11.13.18.05/escalationLevels
Delete an escalation level
Method: delete
Path: /crmRestApi/resources/11.13.18.05/escalationLevels/{EscalationLevelId}
Get all escalation levels
Method: get
Path: /crmRestApi/resources/11.13.18.05/escalationLevels
Get an escalation level
Method: get
Path: /crmRestApi/resources/11.13.18.05/escalationLevels/{EscalationLevelId}
Update an escalation level
Method: patch
Path: /crmRestApi/resources/11.13.18.05/escalationLevels/{EscalationLevelId}