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) analytics. Specifically, for the 'CDR Analytics' resource and 'Get Destination Orphan Count' operation, it retrieves the count of orphaned call destinations within a specified date range. This is useful for telecom analytics, fraud detection, or call routing optimization. Users can specify optional date filters to narrow down the query period.

Use Case Examples

  1. A telecom operator uses this node to get the count of orphaned call destinations between two dates to analyze call routing inefficiencies.
  2. A fraud detection system queries orphan destination counts to identify suspicious call patterns.

Properties

Name Meaning
Additional Fields Optional parameters to filter the query, including 'From' and 'To' date_time strings to specify the date range for the orphan count.

Output

JSON

  • data - The main response data from the Billing Booth One API containing the destination orphan count and related analytics.

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 date format in 'From' or 'To' fields may cause query failures.
  • If the API endpoint or operation routing is misconfigured, the node throws an error indicating missing routing information.

Discussion