POST callqueue/addCallQueueLink

Request Information

URI Parameters

None.

Body Parameters

CallQueueLinkEntity
NameDescriptionTypeAdditional information
LinkId

integer

None.

QueueId

integer

None.

UserId

integer

None.

Username

string

None.

TenantId

integer

None.

IsDefault

boolean

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "LinkId": 1,
  "QueueId": 2,
  "UserId": 3,
  "Username": "sample string 4",
  "TenantId": 5,
  "IsDefault": true,
  "IsActive": true
}

text/html

Sample:
{"LinkId":1,"QueueId":2,"UserId":3,"Username":"sample string 4","TenantId":5,"IsDefault":true,"IsActive":true}

application/xml, text/xml

Sample:
<CallQueueLinkEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Calls">
  <IsActive>true</IsActive>
  <IsDefault>true</IsDefault>
  <LinkId>1</LinkId>
  <QueueId>2</QueueId>
  <TenantId>5</TenantId>
  <UserId>3</UserId>
  <Username>sample string 4</Username>
</CallQueueLinkEntity>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CallQueueLinkEntity'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.