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 data. Specifically, for the 'CDR' resource and 'Download Cdr' operation, it allows users to download Call Detail Records (CDRs) by specifying a unique identifier. This is useful for scenarios where detailed call data needs to be retrieved for analysis, reporting, or integration with other systems.

Use Case Examples

  1. Downloading a specific CDR by its unique ID to analyze call details.
  2. Automating the retrieval of CDRs for billing reconciliation or auditing purposes.

Properties

Name Meaning
Id Unique identifier for the CDR to be downloaded.

Output

JSON

  • data - The downloaded CDR data, which may be in various formats such as CSV or JSON depending on the API response.

Dependencies

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

Troubleshooting

  • Common issues include missing or incorrect 'Id' parameter, resulting in failed API requests.
  • Errors related to authentication if the API key credential is invalid or missing.
  • Network or API endpoint errors if the base URL is incorrect or the service is unavailable.

Links

Discussion