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 related to billing and supplier data. Specifically, for the 'Suppliers' resource and 'Get Supplier Cdr' operation, it retrieves Call Detail Records (CDR) for a specified supplier by their unique identifier. This is useful for scenarios where users need to fetch detailed call records for billing, auditing, or analysis purposes from the Billing Booth One platform.

Use Case Examples

  1. Fetch CDR data for a supplier to analyze call usage and costs.
  2. Retrieve supplier-specific call records for integration with accounting or CRM systems.

Properties

Name Meaning
Id Unique identifier of the supplier whose CDR is to be retrieved

Output

JSON

  • json - The JSON response containing the supplier's CDR data returned from the Billing Booth One API

Dependencies

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

Troubleshooting

  • Ensure the 'Id' property is provided and valid; missing or incorrect IDs will cause errors.
  • Verify that the Billing Booth One API credentials are correctly configured and have necessary permissions.
  • Check network connectivity and the base URL configuration for the API endpoint.
  • Common error messages include missing routing information for the selected resource and operation, which indicates misconfiguration or unsupported operation.
  • If binary data is requested but the specified binary property does not exist, an error will be thrown.

Discussion