inbound cdr

API Docs by APIMATIC

Inbound CDR

Inbound call detailed record

Fields

NameDescription
date Required
DateTime

Date and time of the call

from Required
String

ANI/From attribute of the call

to Required
String

DNIS/To attribute of the call

duration Required
Number

Duration of the call, in seconds

charge Required
Decimal

Full charge for the call, in USD

destination Required
String

Destination of the inbound call.

per_minute Required
Decimal

Price per minute, in USD.

forward_fee Required
Decimal

Forward price, only for PSTN forwarding, in USD.

{
  "date": null,
  "from": "12212123123",
  "to": "18001231233",
  "duration": 72,
  "charge": 0.01,
  "destination": "sip:36465@sip.example.com",
  "per_minute": 0.0059,
  "forward_fee": 0.0059
}