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 products within service files. Specifically, the 'Get All Service Charges By Product' operation fetches all service charges associated with a given service file, supporting pagination and sorting options. This node is useful for automating financial data retrieval, reporting, or integration with other systems that require detailed service charge information by product.

Use Case Examples

  1. Retrieve all service charges for a specific service file to generate a detailed invoice report.
  2. Fetch service charges sorted by product name or price for auditing or analysis.
  3. Limit the number of service charge entries returned to optimize data processing in workflows.

Properties

Name Meaning
Service File Id Unique identifier of the service file to fetch service charges for. This is a required numeric input.
Additional Fields Optional parameters to control the query such as limiting the number of results, setting an offset for pagination, and sorting the results by specified fields.

Output

JSON

  • json - The JSON output contains the retrieved service charge data structured as returned by the Billing Booth One API for the specified service file and query parameters.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid service file ID, resulting in API errors or empty responses.
  • Incorrect or unsupported sort parameters may cause the API to reject the request.
  • Network or authentication errors if the API key credential is invalid or expired.
  • Error messages from the node typically indicate the nature of the failure, such as missing parameters or HTTP request failures. Ensuring correct input parameters and valid credentials resolves most issues.

Discussion