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 tariffs. Specifically, the 'Delete Tariff' operation allows users to delete a tariff by providing its unique identifier. This is useful for managing and maintaining tariff data within the Billing Booth One system, such as removing outdated or incorrect tariff entries.

Use Case Examples

  1. Deleting a tariff by specifying its unique ID to keep the tariff list up to date.
  2. Automating tariff management by integrating this node into workflows that clean up unused or expired tariffs.

Properties

Name Meaning
Id Unique identifier of the tariff to be deleted

Output

JSON

  • data - Response data from the API after attempting to delete the tariff
  • error - Error information if the deletion operation fails

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Common issues include providing an invalid or non-existent tariff ID, which will result in an error from the API indicating the tariff could not be found or deleted.
  • Errors related to authentication failure if the API key credential is missing or incorrect.
  • Network or connectivity issues that prevent the node from reaching the Billing Booth One API endpoint.

Discussion