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 related to billing and customer management. Specifically, for the 'Delete Customer Bundle' operation under the 'Bundles' resource, it deletes a customer bundle identified by a unique bundle ID and associated customer ID. This node is useful in scenarios where automated management of customer billing bundles is required, such as removing outdated or incorrect bundles from a customer's account.

Use Case Examples

  1. Deleting a specific billing bundle for a customer by providing the customer ID and the bundle ID to keep the billing data accurate and up-to-date.
  2. Automating the cleanup of customer bundles in bulk workflows to maintain system hygiene.

Properties

Name Meaning
Customer Id The identifier of the customer whose bundle is to be deleted. This is a required field and is selected from a list of customers loaded dynamically.
Id The unique identifier of the bundle to be deleted. This is a required numeric field.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Ensure the Customer Id and Bundle Id are correct and exist in the Billing Booth One system to avoid 'not found' errors.
  • Check that the API key credential is valid and has sufficient permissions to delete bundles.
  • If the node throws an error about missing routing information, verify that the resource and operation parameters are correctly set to 'Bundles' and 'Delete Customer Bundle'.
  • Network or API downtime can cause request failures; retry or check API status if errors persist.

Links

Discussion