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 on different resources. Specifically, for the CLI resource with the Bulk Move Cli operation, it allows users to move multiple CLI entries to a different customer or cost centre by specifying identifiers and optional fields. This is useful for bulk management of CLI data in billing systems, such as reassigning phone numbers or cost centres in large-scale telecom billing setups.

Use Case Examples

  1. Bulk move multiple CLI entries to a new customer by providing a list of CLI IDs and the destination customer ID.
  2. Optionally associate the moved CLI entries with a specific cost centre for accounting purposes.

Properties

Name Meaning
Additional Body Fields Optional fields to include in the request body for the Bulk Move Cli operation, such as customer_id (destination customer identifier), cost_centre_id (optional cost centre association), and id (list of unique CLI identifiers).

Output

JSON

  • json - The JSON response from the Billing Booth One API after performing the Bulk Move Cli operation, typically containing the result of the move action or any relevant data returned by the API.

Dependencies

  • Billing Booth One API with an API key credential for authentication

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing required fields such as customer_id or id list may cause the API to reject the request.
  • If the binary property name is specified but the binary data is missing, an error will be thrown indicating the missing binary property.
  • Network or API endpoint errors can occur if the base URL is incorrect or the API service is down.

Links

Discussion