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 customer bundles. It allows users to modify bundle details such as start date, quantity, bundle ID, and optional fields like end date, bundle name, CLI IDs, and cost centre information. This node is useful for managing customer subscriptions or service bundles programmatically, enabling automation of bundle updates in billing workflows.

Use Case Examples

  1. Updating the start date and quantity of a customer's bundle.
  2. Adding or modifying optional details like the bundle name or cost centre associated with a customer's bundle.

Properties

Name Meaning
Customer Id The identifier of the customer whose bundle is being updated.
Id Unique identifier of the bundle to update.
Start At The start date of the bundle.
Quantity The quantity of bundles to set.
Bundle Id The identifier of the bundle being applied to the customer.
Additional Body Fields Optional additional fields to include in the update, such as end date, bundle name, CLI IDs, CLI identifiers, cost centre ID, and cost centre name.

Output

JSON

  • data - The response data from the Billing Booth One API after updating the customer bundle.

Dependencies

  • Billing Booth One API key credential for authentication

Troubleshooting

  • Common issues include missing or invalid API credentials, incorrect or missing required parameters such as customer ID or bundle ID, and network connectivity problems.
  • Error messages may indicate missing routing information for the specified resource and operation, which suggests a misconfiguration in the node parameters.
  • If binary data is expected but the specified binary property does not exist, an error will be thrown.

Discussion