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 Multiple Customers' operation, it allows users to delete multiple customer records by providing a list of unique customer identifiers. This is useful in scenarios where bulk deletion of customer data is required, such as cleaning up outdated or irrelevant customer entries in a billing system.

Use Case Examples

  1. Deleting multiple customers by providing their unique IDs in a JSON array.
  2. Automating customer data management by integrating this node in workflows that handle customer lifecycle events.

Properties

Name Meaning
Additional Body Fields Allows specifying additional fields in the request body, including a JSON array of customer IDs to delete.

Output

JSON

  • json - The response from the Billing Booth One API after attempting to delete the specified customers. This typically includes success or error information for the operation.

Dependencies

  • Requires an API key credential for the Billing Booth One API, including a base URL and access token.

Troubleshooting

  • Ensure the 'id' field contains a valid JSON array of customer IDs; invalid JSON will cause errors.
  • Check that the API credentials are correctly configured and have the necessary permissions to delete customers.
  • If the node throws an error about missing routing information, verify that the resource and operation parameters are correctly set to 'Customers' and 'Delete Multiple Customers'.
  • Network or authentication errors from the API will be returned in the node output; verify connectivity and token validity.

Links

Discussion