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 create a new category. It is useful for automating the management of categories within the Billing Booth One system, such as adding new categories for organizing invoices or billing items. For example, a user can create a category named "Software Licenses" with a specific sort priority to control its display order in invoices.

Use Case Examples

  1. Create a new category named 'Consulting Services' with a sort priority of 10 to ensure it appears prominently in invoice listings.
  2. Add a category with a custom ID and name to integrate with an existing billing system.

Properties

Name Meaning
Name The name of the category to be created.
Id Unique identifier for the category (optional).
Sort Priority Sort priority used to determine the display order of categories in invoices; zero is the lowest value (optional).

Output

JSON

  • json - The JSON response from the Billing Booth One API representing the created category, including its details such as name, id, and sort priority.

Dependencies

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

Troubleshooting

  • Ensure the API base URL is correctly configured in the credentials; an incorrect URL will cause request failures.
  • If the 'Name' property is missing or empty, the API will likely reject the request; always provide a valid category name.
  • Check that the API key credential is valid and has the necessary permissions to create categories.
  • If the node throws an error about missing routing information, verify that the resource and operation parameters are correctly set to 'Categories' and 'Create Category' respectively.

Links

Discussion