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 deleting commission plans. It is useful for automating billing and commission management tasks within workflows. For example, it can delete a specific commission plan by its ID, helping maintain up-to-date commission structures without manual API calls.

Use Case Examples

  1. Deleting a commission plan by specifying its ID to remove outdated or incorrect commission configurations.
  2. Automating billing workflows by managing commission plans programmatically.

Properties

Name Meaning
Id The unique identifier of the commission plan to be deleted. This is a required numeric input used to specify which commission plan to delete.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the commission plan. This typically contains confirmation of deletion or error details.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • If the specified commission plan ID does not exist, the API may return an error indicating the resource was not found.
  • Errors related to routing or missing operation details may occur if the resource or operation parameters are incorrect or not supported.

Links

Discussion