Home / API Documentation

Create contact log from call asnwer

Method: POST api/v1/ContactLog/PostCallAnswerCreateContactLog

Response Format:

application/json

Required Parameters 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.

application/json, text/json

Sample Request:
                        {
  "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
};