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 the ability to delete multiple tags. It is useful for automating billing and tag management tasks within workflows, such as bulk deleting tags by their unique identifiers.

Use Case Examples

  1. Deleting multiple tags by providing a list of tag IDs in JSON format to clean up or reorganize tag data in the Billing Booth One system.
  2. Automating tag management in billing workflows to maintain accurate and up-to-date tag information.

Properties

Name Meaning
Additional Body Fields Allows specifying additional fields in the request body, such as a list of tag IDs to delete multiple tags.

Output

JSON

  • json - The JSON response from the Billing Booth One API after performing the delete multiple tags operation, typically containing status or result information.

Dependencies

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

Troubleshooting

  • Ensure the 'id' field is provided as a valid JSON array; invalid JSON will cause errors.
  • Check that the API base URL and authentication token are correctly configured in the node credentials.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Tags' and 'Delete Multiple Tags'.
  • Network or API errors will be returned in the JSON output; review error messages for details and ensure the API service is reachable.

Links

Discussion