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 related to products and customers. Specifically, the 'Get Product Customer Revenue' operation allows users to fetch revenue information filtered by various criteria such as billing period dates, product IDs, tags, and organisation ID. This node is useful for financial analysis, reporting, and monitoring revenue streams associated with specific products or customers within an organisation.

Use Case Examples

  1. A user wants to generate a report of revenue generated by specific products within a given billing period.
  2. A business analyst needs to filter revenue data by tags to analyze performance of tagged product categories.
  3. An organisation wants to track customer revenue over a specific date range for accounting purposes.

Properties

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

Output

JSON

  • json - The JSON output contains the revenue data retrieved from the Billing Booth One API based on the specified filters and parameters.

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 errors 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