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 update the allowance of a specific bundle. It is useful for managing telecommunication bundles by adjusting quantities and unit types such as voice, data, or SMS. For example, a user can update the number of voice minutes or data megabytes included in a bundle allowance, and apply restrictions like peak/offpeak usage or destination limits.

Use Case Examples

  1. Updating a bundle to increase the voice minutes allowance to 2000 minutes.
  2. Setting a data allowance with specific destination groups and applying it only during peak hours.

Properties

Name Meaning
Bundle Select the specific bundle to update the allowance for.
Id Unique identifier for the allowance to update.
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 max single quantity, limit type, application times (peak, offpeak, weekend), and destination restrictions.

Output

JSON

  • data - The response data from the Billing Booth One API after updating 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 or quantity can cause request failures.
  • If the binary property name is specified but the binary data is missing, an error will be thrown.
  • Ensure that JSON fields for destinations and groups are properly formatted to avoid parsing errors.

Links

Discussion