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 bundles and their allowances. Specifically, the 'Get All Bundle Allowances' operation fetches all allowances associated with a selected bundle. It supports pagination and sorting options, making it useful for managing and analyzing bundle allowances in billing or subscription management workflows.

Use Case Examples

  1. Retrieve all allowances for a specific bundle to display in a dashboard.
  2. Fetch bundle allowances with pagination to process or analyze large datasets in batches.
  3. Sort bundle allowances by quantity to identify the most or least used allowances.

Properties

Name Meaning
Bundle Select the specific bundle for which to retrieve all allowances.
Limit Maximum number of allowance entries to return in the response.
Offset Starting offset for the list of allowance entries, used for pagination.
Sort Sort order of the results, supporting multiple comma-separated values such as 'quantity' or '-quantity' to order by quantity ascending or descending.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the list of bundle allowances and their details.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing bundle selection can cause the API to return errors or empty results.
  • Invalid query parameters such as limit, offset, or sort may cause the API to reject the request or return unexpected results.

Links

Discussion