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 tariff information. It is useful for automating the management of tariffs in billing systems, such as updating tariff names, categories, and other related fields. For example, it can be used to update the name and category of a tariff based on its unique identifier, streamlining tariff management workflows.

Use Case Examples

  1. Updating the name and category of an existing tariff by providing its unique ID.
  2. Adding or modifying additional fields related to a tariff, such as category name, through the API.

Properties

Name Meaning
Id Unique identifier of the tariff to update.
Name The new name for the tariff.
Category Id The ID of the associated category for the tariff.
Additional Body Fields Optional additional fields to include in the update request body, such as 'id' and 'category_name'.

Output

JSON

  • json - The JSON response from the Billing Booth One API after updating the tariff, containing the updated tariff data or error information.

Dependencies

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

Troubleshooting

  • Common issues include missing or incorrect tariff ID, which will cause the API request to fail.
  • Errors related to authentication if the API key credential is invalid or missing.
  • Validation errors if required fields like 'Name' or 'Category Id' are not provided or are invalid.
  • Network or API endpoint errors if the base URL is incorrect or the API is unreachable.

Discussion