The Start Escalation API is called to initiate an escalation and it must be called before the other escalation APIs.
Customer object is optional for authenticated customers. Values provided in request will take precedence over the values provided during customer registration.
Created
Bad Request
Unauthorized
Forbidden
Not acceptable
Internal server error
{- "subject": "Issue with Product X",
- "body": "I am experiencing an issue with Product X. Here are the details...\n",
- "channel": "chat",
- "chatEntryPointId": 12345,
}
Required query parameter is missing
{- "code": "400-112",
- "developerMessage": "Required query parameter(s) is missing. The following parameters are required: <param name>"
}