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 tags. It allows users to modify tag details such as the tag's unique identifier, description, and additional optional fields like customer count. This node is useful in scenarios where tag metadata needs to be programmatically updated, for example, updating tag descriptions or managing customer associations in a billing system.

Use Case Examples

  1. Updating a tag's description by specifying its unique ID and new description.
  2. Modifying additional tag properties such as customer count alongside the description.

Properties

Name Meaning
Id Unique identifier of the tag to update.
Description Unique alphanumerical tag name to update.
Additional Body Fields Optional additional fields to include in the update request, such as Id and Customer Count.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Common issues include missing or incorrect tag Id, which will cause the API request to fail.
  • Errors related to authentication if the API key credential is invalid or missing.
  • If the 'description' field is empty or invalid, the update may not succeed.
  • The node throws errors with messages from the API or generic unknown error messages; enabling 'Continue On Fail' allows processing to continue despite errors.

Discussion