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 product revenue data. It is useful for scenarios where users need to fetch billing and revenue information filtered by various criteria such as billing period, product IDs, tags, or customer ID. For example, a user can get revenue reports for specific products within a defined date range or for a particular customer.

Use Case Examples

  1. Retrieve product revenue for a specific billing period by setting start and end dates.
  2. Filter revenue data by product IDs or tags to analyze performance of selected products.
  3. Get revenue details for a specific customer using their customer ID.

Properties

Name Meaning
Additional Fields Optional filters and parameters for the revenue query, including start and end dates for the billing period, product IDs, tags, and customer ID.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the product revenue data based on the specified filters.

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 selected 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 and JSON inputs for product IDs and tags are correctly formatted to avoid query errors.

Discussion