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 tariff under the 'Tariffs' resource. It is useful for automating the creation of tariffs in billing systems, such as adding new pricing plans or categories programmatically. For example, a user can specify the tariff name, associate it with a category by ID, and optionally provide additional fields like tariff ID or category name.

Use Case Examples

  1. Creating a new tariff named 'Standard Plan' under category ID 5.
  2. Adding a tariff with additional details such as a unique identifier and category name.

Properties

Name Meaning
Name The name of the tariff to be created.
Category Id The ID of the category associated with the tariff.
Additional Body Fields Optional additional fields to include in the tariff creation request, such as 'Id' (unique identifier) and 'Category Name'.

Output

JSON

  • json - The JSON response from the Billing Booth One API representing the created tariff or error information.

Dependencies

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

Troubleshooting

  • Common issues include missing required parameters like 'Name' or '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 node throws 'No routing information found' error, it indicates a misconfiguration of resource or operation parameters.
  • Ensure that additional body fields are correctly formatted and valid according to the API specification.

Discussion