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 perform operations related to billing runs. Specifically, the 'Get Billing Run By Invoice' operation retrieves billing run details using a unique invoice identifier. This node is useful for automating billing data retrieval, integrating billing information into workflows, and managing billing processes programmatically.

Use Case Examples

  1. Retrieve billing run details by providing the invoice ID to automate invoice processing.
  2. Integrate billing run data into a financial reporting workflow by fetching billing run information based on invoice identifiers.

Properties

Name Meaning
Id Unique identifier for the billing run invoice, required to fetch the billing run details.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the billing run details associated with the specified invoice ID.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing 'Id' parameter can cause the API request to fail or return no data.
  • Network or API endpoint issues may cause request failures; ensure the base URL is correct and accessible.

Links

Discussion