Name | Description | Additional information |
---|---|---|
call_id | No documentation available. |
Define this parameter in the request body. |
transmit_time | No documentation available. |
Define this parameter in the request body. |
event_name | No documentation available. |
Define this parameter in the request body. |
dnis | No documentation available. |
Define this parameter in the request body. |
dnis_name | No documentation available. |
Define this parameter in the request body. |
from_name | No documentation available. |
Define this parameter in the request body. |
from_phone | No documentation available. |
Define this parameter in the request body. |
to_phone | No documentation available. |
Define this parameter in the request body. |
to_name | No documentation available. |
Define this parameter in the request body. |
customer | No documentation available. |
Define this parameter in the request body. |
time_start | No documentation available. |
Define this parameter in the request body. |
time_answered | No documentation available. |
Define this parameter in the request body. |
unix_answered | No documentation available. |
Define this parameter in the request body. |
accountid | No documentation available. |
Define this parameter in the request body. |
contactsourceid | No documentation available. |
Define this parameter in the request body. |
contacttypeid | No documentation available. |
Define this parameter in the request body. |
note | No documentation available. |
Define this parameter in the request body. |
{ "call_id": "sample string 1", "transmit_time": "sample string 2", "event_name": "sample string 3", "dnis": "sample string 4", "dnis_name": "sample string 5", "from_name": "sample string 6", "from_phone": "sample string 7", "to_phone": "sample string 8", "to_name": "sample string 9", "customer": "sample string 10", "time_start": "2025-02-23T06:20:03.6364248+00:00", "time_answered": "2025-02-23T06:20:03.6364248+00:00", "unix_answered": "sample string 13", "accountid": 14, "contactsourceid": 15, "contacttypeid": 16, "note": "sample string 17" }
<callanswercontactlogwithnotemodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON"> <accountid>14</accountid> <call_id>sample string 1</call_id> <contactsourceid>15</contactsourceid> <contacttypeid>16</contacttypeid> <customer>sample string 10</customer> <dnis>sample string 4</dnis> <dnis_name>sample string 5</dnis_name> <event_name>sample string 3</event_name> <from_name>sample string 6</from_name> <from_phone>sample string 7</from_phone> <note>sample string 17</note> <time_answered>2025-02-23T06:20:03.6364248+00:00</time_answered> <time_start>2025-02-23T06:20:03.6364248+00:00</time_start> <to_name>sample string 9</to_name> <to_phone>sample string 8</to_phone> <transmit_time>sample string 2</transmit_time> <unix_answered>sample string 13</unix_answered> </callanswercontactlogwithnotemodel>
Sample not available.