POST api/voice/VOICEDLR
Request Information
URI Parameters
None.
Body Parameters
voicedlr| Name | Description | Type | Additional information |
|---|---|---|---|
| campaignId | string |
None. |
|
| calledToDestinationNo | string |
None. |
|
| calledFromNo | string |
None. |
|
| callTransferedToNumber | string |
None. |
|
| dtmf | string |
None. |
|
| callStartTime_DestinationNo | string |
None. |
|
| callEndTime_DestinationNo | string |
None. |
|
| totalSeconds_DestinationNo | string |
None. |
|
| callStartTime_TransferedToNumber | string |
None. |
|
| callEndTime_TransferedToNumber | string |
None. |
|
| totalSeconds_TransferedToNumber | string |
None. |
|
| recordingURL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"campaignId": "sample string 1",
"calledToDestinationNo": "sample string 2",
"calledFromNo": "sample string 3",
"callTransferedToNumber": "sample string 4",
"dtmf": "sample string 5",
"callStartTime_DestinationNo": "sample string 6",
"callEndTime_DestinationNo": "sample string 7",
"totalSeconds_DestinationNo": "sample string 8",
"callStartTime_TransferedToNumber": "sample string 9",
"callEndTime_TransferedToNumber": "sample string 10",
"totalSeconds_TransferedToNumber": "sample string 11",
"recordingURL": "sample string 12"
}
application/xml, text/xml
Sample:
<voicedlr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OBDAPI.Controllers"> <callEndTime_DestinationNo>sample string 7</callEndTime_DestinationNo> <callEndTime_TransferedToNumber>sample string 10</callEndTime_TransferedToNumber> <callStartTime_DestinationNo>sample string 6</callStartTime_DestinationNo> <callStartTime_TransferedToNumber>sample string 9</callStartTime_TransferedToNumber> <callTransferedToNumber>sample string 4</callTransferedToNumber> <calledFromNo>sample string 3</calledFromNo> <calledToDestinationNo>sample string 2</calledToDestinationNo> <campaignId>sample string 1</campaignId> <dtmf>sample string 5</dtmf> <recordingURL>sample string 12</recordingURL> <totalSeconds_DestinationNo>sample string 8</totalSeconds_DestinationNo> <totalSeconds_TransferedToNumber>sample string 11</totalSeconds_TransferedToNumber> </voicedlr>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>