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 perform various operations related to billing and usage data. Specifically, the 'Get Bundle Usage' operation retrieves usage data for bundles within a specified date range. This node is useful for automating billing data retrieval, monitoring usage, and integrating billing information into workflows. For example, it can be used to fetch bundle usage statistics for reporting or auditing purposes.

Use Case Examples

  1. Retrieve bundle usage data from the Billing Booth One API for a given date range to generate usage reports.
  2. Automate the extraction of billing data to integrate with accounting or monitoring systems.

Properties

Name Meaning
From Start date and time to filter the bundle usage data (optional).
To End date and time to filter the bundle usage data (optional).

Output

JSON

  • data - The main response data from the Billing Booth One API containing bundle usage information.

Dependencies

  • Requires an API key credential for the Billing Booth One API, including a base URL and access token.

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing 'From' and 'To' date parameters may lead to incomplete or no data returned.
  • Network or API endpoint errors may cause request failures; ensure the base URL is correct and the API is accessible.
  • Error messages from the node will include details from the API or internal errors; enabling 'Continue On Fail' allows the workflow to proceed despite errors.

Discussion