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 retrieve all service charges associated with a specified service file. It is useful for scenarios where users need to fetch detailed billing charge information for service files, such as in financial reporting, auditing, or customer billing reconciliation. For example, a user can specify a service file ID and apply filters like limiting the number of results, sorting, or filtering charges without matching customers or products.

Use Case Examples

  1. Retrieve all service charges for a given service file ID with a limit of 10 entries.
  2. Fetch only skipped charges for a specific service file.
  3. Get charges filtered by customer ID or product ID with sorting by description.

Properties

Name Meaning
Service File Id Unique identifier of the service file for which to retrieve all service charges.
Additional Fields Optional filters and parameters to refine the query, such as limit, offset, filtering by charges without customers or products, skipped charges, call line identifier, description, product ID, customer ID, and sorting order.

Output

JSON

  • data - The JSON response containing the list of service charges retrieved from the Billing Booth One API.

Dependencies

  • Billing Booth One API key credential

Troubleshooting

  • Ensure the Billing Booth One API credentials are correctly configured and valid to avoid authentication errors.
  • Verify that the service file ID provided exists and is correct to prevent 'No routing information found' or empty results.
  • Check that optional query parameters are correctly formatted and valid to avoid API request errors.
  • If using binary data input, ensure the specified binary property exists on the input item to prevent errors related to missing binary data.

Discussion