POST api/usr/CallTransfer?serviceNumber={serviceNumber}&pbxUserId={pbxUserId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
serviceNumber

string

None.

pbxUserId

string

None.

Body Parameters

CallTransferDTO
NameDescriptionTypeAdditional information
IsRecallActive

boolean

None.

RecallNumberOfRings

integer

None.

EnableBusyCampOn

boolean

None.

BusyCampOnSeconds

integer

None.

UseDiversionInhibitorForBlindTransfer

boolean

None.

UseDiversionInhibitorForConsultativeCalls

boolean

None.

RedirectedCallsCOLPPrivacy

integer

None.

CallBeingForwardedResponseCallType

integer

None.

CallingLineIdentityForRedirectedCalls

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IsRecallActive": true,
  "RecallNumberOfRings": 2,
  "EnableBusyCampOn": true,
  "BusyCampOnSeconds": 4,
  "UseDiversionInhibitorForBlindTransfer": true,
  "UseDiversionInhibitorForConsultativeCalls": true,
  "RedirectedCallsCOLPPrivacy": 7,
  "CallBeingForwardedResponseCallType": 8,
  "CallingLineIdentityForRedirectedCalls": 9
}

application/xml, text/xml

Sample:
<CallTransferDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSPApi.DTO.User">
  <BusyCampOnSeconds>4</BusyCampOnSeconds>
  <CallBeingForwardedResponseCallType>8</CallBeingForwardedResponseCallType>
  <CallingLineIdentityForRedirectedCalls>9</CallingLineIdentityForRedirectedCalls>
  <EnableBusyCampOn>true</EnableBusyCampOn>
  <IsRecallActive>true</IsRecallActive>
  <RecallNumberOfRings>2</RecallNumberOfRings>
  <RedirectedCallsCOLPPrivacy>7</RedirectedCallsCOLPPrivacy>
  <UseDiversionInhibitorForBlindTransfer>true</UseDiversionInhibitorForBlindTransfer>
  <UseDiversionInhibitorForConsultativeCalls>true</UseDiversionInhibitorForConsultativeCalls>
</CallTransferDTO>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.