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 categorized by various parameters. Specifically, the 'Get Category Revenue' operation allows users to fetch revenue information filtered by billing period dates, tags, and customer ID. This is useful for financial analysis, reporting, and monitoring revenue streams within a specified timeframe or for specific customers or tags.

Use Case Examples

  1. A user wants to generate a report of revenue by category for the last quarter to analyze sales performance.
  2. A business needs to filter revenue data by specific customer IDs to assess individual customer contributions.
  3. Filtering revenue by tags to understand revenue distribution across different product lines or marketing campaigns.

Properties

Name Meaning
Additional Fields Optional parameters to filter the revenue data, 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 category revenue data.

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 other filter parameters are correctly specified to avoid API request errors.

Discussion