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 Import Cli operation, it allows users to import a list of line identifiers (CLIs) in bulk by sending them as JSON in the request body. This is useful for automating the import of multiple CLIs into the Billing Booth One system, saving time and reducing manual input errors.

Use Case Examples

  1. Bulk import a list of CLIs to quickly set up multiple line identifiers in the Billing Booth One system.
  2. Automate the process of updating or adding new CLIs in bulk from an external data source.

Properties

Name Meaning
Additional Body Fields Additional fields to include in the request body, specifically a JSON list of CLIs to import.

Output

JSON

  • json - The JSON response from the Billing Booth One API after performing the bulk import operation.

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.
  • Incorrectly formatted JSON in the 'Clis' field can cause request failures; ensure the JSON is valid and properly structured.
  • If the node throws 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'CLI' and 'Bulk Import Cli' respectively.

Links

Discussion