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 bundles. Specifically, for the 'Get Bundle Allowance' operation under the 'Bundles' resource, it retrieves allowance details for a selected bundle using its unique identifier. This node is useful for automating billing data retrieval, managing bundle allowances, and integrating billing information into workflows.

Use Case Examples

  1. Retrieve the allowance details of a specific bundle by selecting the bundle and providing its unique ID.
  2. Automate billing reports by fetching bundle allowances regularly and processing the data downstream.

Properties

Name Meaning
Bundle Select the specific bundle to get the allowance for. This is a required option loaded dynamically from available bundles.
Id Unique identifier for the bundle allowance to retrieve. This is a required numeric input.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the bundle allowance details.

Dependencies

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

Troubleshooting

  • Common errors include missing or invalid API credentials, which will prevent successful API requests.
  • If the selected bundle or ID is incorrect or does not exist, the API may return an error or empty response.
  • Ensure the base URL for the API is correctly configured; otherwise, requests will fail.
  • If the node throws 'No routing information found' error, it indicates a misconfiguration or unsupported resource-operation combination.

Links

Discussion