This module escalates the ticket to particular skill. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/Email/EscalateToSkill
•Allowed for-
Agent
•Json Formats-
1. Code snippet for Web Service Use-
EscalateToOperator(FindOperatorsForTicket,UpdateActiveTickets,LoadTicketDatasetByPrimaryKey)
{
“Ticketids”: “324215”,
“OperatorId”: 973,
“SkillIdTo”: 337,
“SkillIdFrom”: 513,
“OrgId”: 59,
“AdminId”: 1167,
“IsEscalated”: “true”,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFAYS5jb20iLCJleHAiOjE0ODI3Njc1MTN9.UI7JPAYNvx1AJCEvZP9kpxXrqji21HODACh6wb1LV0I”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | TicketID | Int | Id of ticket |
2 | OperatorId | Int | Id of operator |
3 | SkillIdTo | Int | To skill Id |
4 | SkillIdFrom | Int | From skill Id |
5 | OrgId | Int | Id of organization |
6 | AdminId | Int | Id of Admin |
7 | IsEscalated | Bool | True=Escalated, False= Not escalated |
8 | Token | String | Authentication Token |
3. Response Example-
Success:
{
“Message”: ” Success”
}
Fail:
{“Message”:”The request is invalid.”}