POST api/user/notifyagentonacall

Request Information

URI Parameters

None.

Body Parameters

NotifyAgentOnACallRequest
NameDescriptionTypeAdditional information
CallId

string

None.

UserId

string

None.

CallerId

string

None.

CallerName

string

None.

Outbound

boolean

None.

QueueName

string

None.

TimeInQueue

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CallId": "sample string 1",
  "UserId": "sample string 2",
  "CallerId": "sample string 3",
  "CallerName": "sample string 4",
  "Outbound": true,
  "QueueName": "sample string 6",
  "TimeInQueue": 7
}

application/xml, text/xml

Sample:
<NotifyAgentOnACallRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ElasticBridge.Controllers">
  <CallId>sample string 1</CallId>
  <CallerId>sample string 3</CallerId>
  <CallerName>sample string 4</CallerName>
  <Outbound>true</Outbound>
  <QueueName>sample string 6</QueueName>
  <TimeInQueue>7</TimeInQueue>
  <UserId>sample string 2</UserId>
</NotifyAgentOnACallRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.