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 Supplier' operation, it retrieves summarized CDR data filtered by supplier and other optional parameters such as date range, CDR file ID, customer ID, and destination ID. This is useful for telecom or billing system users who need to analyze call data summaries by supplier for reporting or auditing purposes.

Use Case Examples

  1. A telecom operator wants to get a summary of call data records by supplier for a specific date range to analyze supplier performance.
  2. A billing analyst needs to filter CDR summaries by customer ID and destination ID to generate detailed billing reports.

Properties

Name Meaning
Additional Fields Optional filters for the CDR summary query, including date range (from, 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 by supplier.

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 routing information for the selected resource and operation can cause the node to throw an error indicating no routing information found.
  • If binary data is expected but the specified binary property does not exist on the input item, an error will be thrown.
  • Ensure that optional parameters are correctly formatted and valid to avoid API request errors.

Discussion