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. Specifically, for the 'Customers' resource and the 'Delete Customer' operation, it deletes a customer identified by a unique ID. This is useful in scenarios where you need to programmatically manage customer data, such as removing outdated or incorrect customer records from your billing system.

Use Case Examples

  1. Deleting a customer by their unique ID to keep the customer database clean and up-to-date.
  2. Automating customer management workflows by integrating this node into larger automation processes that handle billing and customer data.

Properties

Name Meaning
Id Unique identifier of the customer to be deleted

Output

JSON

  • data - Response data from the Billing Booth One API after deleting the customer

Dependencies

  • Billing Booth One API with an API key credential

Troubleshooting

  • Ensure the 'Id' property is provided and is a valid number; otherwise, the API call to delete the customer will fail.
  • Check that the API credentials (API key and base URL) are correctly configured to avoid authentication errors.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Customers' and 'Delete Customer' respectively.
  • Network or API downtime can cause request failures; retry or check the API status if errors persist.

Links

Discussion