Home / API / ASP.NET Web API Details

POST api/v1/ContactLog/PostCallAnswerCreateContactLog

Description

Create contact log from call asnwer

Request Information

Parameters

NameDescriptionAdditional 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.

Request body formats

application/json, text/json

Sample:
{
  "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:23:31.3974056+00:00",
  "time_answered": "2025-02-23T06:23:31.3974056+00:00",
  "unix_answered": "sample string 13",
  "accountid": 14
}

application/xml, text/xml

Sample:
<callanswercontactlogmodel 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>
  <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>
  <time_answered>2025-02-23T06:23:31.3974056+00:00</time_answered>
  <time_start>2025-02-23T06:23:31.3974056+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>
</callanswercontactlogmodel>

application/x-www-form-urlencoded

Sample:

Sample not available.