Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node interacts with the Billing Booth One API to perform various operations related to billing and call data records (CDR). Specifically, for the 'CDR Analytics' resource and the 'Get Cdr Summary By Customer' operation, it retrieves summarized call data records filtered by customer and other optional parameters such as date range, CDR file ID, and destination ID. This is useful for analyzing call data usage and billing summaries for specific customers over a defined period.

Use Case Examples

  1. A telecom company uses this node to fetch summarized call data for a particular customer to generate billing reports.
  2. A business analyst retrieves CDR summaries filtered by date range and customer ID to analyze call patterns and costs.

Properties

Name Meaning
Additional Fields Optional filters and parameters to refine the CDR summary query, including date range ('From' and 'To'), CDR file IDs, customer ID, and destination ID.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the summarized CDR data based on the specified filters.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing query parameters may cause the API to return errors or empty results.
  • If the binary property name is specified but the binary data is missing, an error will be thrown indicating the missing binary property.

Discussion