POST callqueue/Update

Request Information

URI Parameters

None.

Body Parameters

CallQueueEntity
NameDescriptionTypeAdditional information
QueueId

integer

None.

QueueName

string

None.

ExtensionNo

string

None.

Active

boolean

None.

TenantId

integer

None.

Option

integer

None.

TOSOURCE

string

None.

IsDefault

boolean

None.

PABX

integer

None.

PABXSystem

string

None.

IsEnabled

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "QueueId": 1,
  "QueueName": "sample string 2",
  "ExtensionNo": "sample string 3",
  "Active": true,
  "TenantId": 5,
  "Option": 6,
  "TOSOURCE": "sample string 7",
  "IsDefault": true,
  "PABX": 8,
  "PABXSystem": "sample string 9",
  "IsEnabled": true
}

text/html

Sample:
{"QueueId":1,"QueueName":"sample string 2","ExtensionNo":"sample string 3","Active":true,"TenantId":5,"Option":6,"TOSOURCE":"sample string 7","IsDefault":true,"PABX":8,"PABXSystem":"sample string 9","IsEnabled":true}

application/xml, text/xml

Sample:
<CallQueueEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Calls">
  <Active>true</Active>
  <ExtensionNo>sample string 3</ExtensionNo>
  <IsDefault>true</IsDefault>
  <IsEnabled>true</IsEnabled>
  <Option>6</Option>
  <PABX>8</PABX>
  <PABXSystem>sample string 9</PABXSystem>
  <QueueId>1</QueueId>
  <QueueName>sample string 2</QueueName>
  <TOSOURCE>sample string 7</TOSOURCE>
  <TenantId>5</TenantId>
</CallQueueEntity>

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 'CallQueueEntity'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.