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 create a bundle allowance. It allows users to specify a bundle and define an allowance quantity and unit type (voice, data, or SMS). Additional optional parameters can be set to customize the allowance, such as maximum single quantity, limit type, time period applicability (peak, offpeak, weekend), and destination restrictions. This node is useful for managing telecom or data bundles by programmatically setting usage allowances within a billing system.

Use Case Examples

  1. Creating a voice minutes allowance of 2000 minutes for a specific bundle.
  2. Setting a data allowance with restrictions on peak and offpeak times.
  3. Defining SMS allowances limited to certain destination groups.

Properties

Name Meaning
Bundle Select the bundle to which the allowance will be applied.
Quantity The quantity of units the allowance should include, e.g., 2000 minutes.
Unit Type The type of unit for the allowance, such as voice, data, or SMS.
Additional Body Fields Optional additional fields to customize the allowance, including id, max single quantity, limit type, time period applicability flags, and destination or destination group IDs/names.

Output

JSON

  • data - The response data from the Billing Booth One API after creating the bundle allowance.

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 required parameters such as bundle ID, quantity, or unit type can cause request failures.
  • If the binary property name is specified but the binary data is missing, an error will be thrown.
  • Ensure that destination IDs and destination group IDs are not mixed, as only one type is allowed per allowance.

Links

Discussion