Skip to main content

Rating Call Response Object

This section outlines the Rating Call Response object.

Rating Call Response Object

The fields listed in the table below will be returned in a JSON object when a successful request has been made.

AttributeData TypeDescription
direction
read only
stringThe direction of the call. Values accepted in this field are:
  • inbound for receiving the calls from the destination phone number.
  • outbound for sending the calls to the destination phone number.
duration_billing
read only
numberThe duration of the call in seconds used for billing.
price
read only
numberThe total price of the call.
rate
read only
numberThe call rate used to calculate the call total price.

Sample Rating Call Response Object

{
"direction": "outbound",
"duration_billing": "60",
"price": "0.01400",
"rate": "0.01400"
}