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 service charge data related to service files. Specifically, the 'Get All Service Charges By Customer' operation fetches all service charges associated with a given service file ID, optionally supporting pagination and sorting. This node is useful for automating the retrieval of billing and service charge information for customers, enabling integration with other workflows such as invoicing, reporting, or customer account management.

Use Case Examples

  1. Retrieve all service charges for a specific service file to generate a detailed billing report.
  2. Fetch service charges with pagination and sorting to display in a customer portal or dashboard.

Properties

Name Meaning
Service File Id Unique identifier of the service file to fetch service charges for, required for the operation.
Additional Fields Optional parameters to control the query such as limit (max entries), offset (starting point), and sort order of the results.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid serviceFileId parameter, resulting in API errors or empty responses.
  • Incorrect API base URL or expired/invalid API token can cause authentication failures.
  • If the node throws 'No routing information found' error, it indicates a misconfiguration of resource or operation parameters.
  • Ensure that optional query parameters like limit, offset, and sort are correctly formatted to avoid API request errors.

Discussion