Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node integrates with the Billing Booth One API to perform various operations related to billing and revenue data. Specifically, for the 'Revenue' resource and 'Get Lifetime Revenue' operation, it retrieves the lifetime revenue data for a specified customer. This is useful for financial analysis, customer lifetime value assessment, and revenue tracking in business workflows.

Use Case Examples

  1. Retrieve lifetime revenue for a specific customer by providing their Customer Id.
  2. Use the node to automate financial reporting by fetching revenue data from Billing Booth One API.

Properties

Name Meaning
Customer Id The unique identifier of the customer for whom the lifetime revenue is to be retrieved. This is a required numeric input.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the lifetime revenue data for the specified customer.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Ensure the Customer Id is provided and is a valid number; missing or invalid Customer Id will cause errors.
  • Verify that the Billing Booth One API credentials are correctly configured and have the necessary permissions.
  • Check the base URL configuration for the API; incorrect URLs will lead to request failures.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Revenue' and 'Get Lifetime Revenue' respectively.

Discussion