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, including deleting bundles. It is useful for automating billing-related tasks such as managing bundles, exporting call data records, and other billing operations. For example, it can delete a specific bundle by its unique identifier, streamlining billing management workflows.

Use Case Examples

  1. Deleting a bundle by specifying its unique ID to remove it from the billing system.
  2. Exporting call data records in CSV format for reporting purposes.

Properties

Name Meaning
Id Unique identifier of the bundle to delete

Output

JSON

  • json - The JSON response from the Billing Booth One API after performing the requested operation, such as confirmation of bundle deletion or error details.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication, including a base URL and access token.

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing routing information for the specified resource and operation can cause the node to throw an error indicating no routing information found.
  • If a binary property name is specified but the binary data does not exist on the input item, an error is thrown.
  • Errors from the API are caught and returned in the output if 'Continue On Fail' is enabled; otherwise, they cause the node to fail.

Links

Discussion