POST api/contact/GetUrl
Request Information
URI Parameters
None.
Body Parameters
CallDTOName | Description | Type | Additional information |
---|---|---|---|
PhoneNo | integer |
None. |
|
UCID | string |
None. |
|
AgentID | string |
None. |
|
IVRPath | string |
None. |
|
CallbackID | string |
None. |
|
SkillSet | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PhoneNo": 1, "UCID": "sample string 2", "AgentID": "sample string 3", "IVRPath": "sample string 4", "CallbackID": "sample string 5", "SkillSet": "sample string 6" }
application/xml, text/xml
Sample:
<CallDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Controllers"> <AgentID>sample string 3</AgentID> <CallbackID>sample string 5</CallbackID> <IVRPath>sample string 4</IVRPath> <PhoneNo>1</PhoneNo> <SkillSet>sample string 6</SkillSet> <UCID>sample string 2</UCID> </CallDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |