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 revenue data, specifically supporting operations like getting supplier revenue. It is useful for automating the retrieval of billing and revenue information from the Billing Booth One platform, enabling integration with workflows that require financial data analysis or reporting. For example, it can fetch supplier revenue within a specified billing period, filtered by tags or customer ID.

Use Case Examples

  1. Retrieve supplier revenue for a specific billing period to generate financial reports.
  2. Filter revenue data by tags to analyze revenue streams from different categories.
  3. Fetch revenue data for a particular customer to track customer-specific billing information.

Properties

Name Meaning
Additional Fields Optional parameters to filter and specify the revenue data to retrieve, including start and end dates for the billing period, tags for filtering, and customer ID.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the requested revenue data, such as supplier revenue details.

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 routing information for the specified resource and operation can cause the node to throw an error indicating no routing information found.
  • If binary data is expected but the specified binary property does not exist on the input item, an error will be thrown.
  • Ensure that date formats for start and end fields are correct to avoid API request errors.

Discussion