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 bundle usage data by customer. It is useful for scenarios where users need to track or analyze the usage of service bundles associated with specific customers over a defined time period. For example, a business can use this node to monitor how much of a purchased bundle a customer has consumed between certain dates.

Use Case Examples

  1. Retrieve bundle usage for a specific customer to generate usage reports.
  2. Monitor customer bundle consumption within a date range to manage billing or service adjustments.

Properties

Name Meaning
Customer Id The identifier of the customer for whom the bundle usage data is requested. This is a required field and is selected from a list of customers.
From Optional start date/time to filter the bundle usage data from this point onward.
To Optional end date/time to filter the bundle usage data up to this point.

Output

JSON

  • data - The main response data containing the bundle usage information for the specified customer.

Dependencies

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

Troubleshooting

  • Ensure the Customer Id is valid and exists in the system; otherwise, the API may return an error or empty data.
  • Check that the 'From' and 'To' date strings are correctly formatted and valid to avoid query errors.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Bundles' and 'Get Bundle Usage By Customer' respectively.
  • API authentication errors may occur if the provided API key credential is invalid or expired; re-authenticate or update credentials as needed.

Discussion