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 a category resource. It allows users to modify category details such as the unique identifier, name, and additional optional fields like sort priority. This node is useful in scenarios where invoice categories need to be updated programmatically, for example, changing the display order of categories or renaming a category in an invoicing system.

Use Case Examples

  1. Updating the name of a category by specifying its unique ID and new name.
  2. Changing the sort priority of a category to affect its display order in invoices.

Properties

Name Meaning
Id Unique identifier of the category to update.
Name The new name for the category.
Additional Body Fields Optional additional fields to include in the update request, such as 'Id' and 'Sort Priority' to control category attributes.

Output

JSON

  • data - The response data from the Billing Booth One API after updating the category.

Dependencies

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

Troubleshooting

  • Common issues include missing or incorrect category ID, which will cause the API request to fail.
  • Errors related to authentication if the API key credential is invalid or missing.
  • If the binary property name is specified but the binary data is missing, an error will be thrown.
  • Ensure that required fields like 'Id' and 'Name' are provided to avoid validation errors from the API.

Links

Discussion