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 data related to revenue, specifically to get the top customers by revenue. It is useful for financial analysis and reporting, allowing users to specify a date range for the analysis. For example, a business can use this node to identify their highest revenue-generating customers within a specific period, aiding in targeted marketing or sales strategies.

Use Case Examples

  1. Get top customers by revenue from January 1, 2023, to March 31, 2023, to analyze quarterly performance.
  2. Retrieve top customers by revenue for the last month to identify key clients for a sales campaign.

Properties

Name Meaning
Additional Fields Optional parameters to specify the analysis start and end dates for the revenue data.

Output

JSON

  • data - The main response data from the Billing Booth One API containing the top customers by revenue information.

Dependencies

  • Billing Booth One API

Troubleshooting

  • Ensure the API base URL and access token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the 'start' and 'end' date fields, if used, are in the correct format expected by the API to prevent request failures.
  • If the node returns an error stating 'No routing information found for resource: Revenue, operation: Get Top Customers By Revenue', check that the resource and operation parameters are correctly set.

Discussion