Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node integrates with the Billing Booth One API to perform various operations on different resources. Specifically, for the 'CDR' resource and 'Get CDR Details' operation, it retrieves detailed information about a Call Detail Record (CDR) by its unique identifier. This is useful in scenarios where users need to fetch detailed call data for billing, auditing, or analysis purposes.

Use Case Examples

  1. Retrieve detailed call records for a specific call by providing its ID to analyze call duration, cost, and other metadata.
  2. Fetch CDR details to integrate call data into a CRM or billing system for further processing.

Properties

Name Meaning
Id The unique identifier of the Call Detail Record (CDR) to retrieve details for.

Output

JSON

  • json - The detailed information of the requested CDR returned from the Billing Booth One API.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid CDR Id, resulting in API errors or empty responses.
  • Errors related to authentication failures if the API key credential is incorrect or missing.
  • Network or API endpoint errors if the base URL is incorrect or the service is unavailable.

Links

Discussion