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 operations related to customer bundles, specifically allowing the deletion of multiple customer bundles in one request. It is useful for automating the management of customer bundles in billing systems, such as removing multiple bundles associated with a specific customer efficiently.

Use Case Examples

  1. Deleting multiple bundles for a given customer by specifying the customer ID and a list of bundle IDs to be deleted.
  2. Automating cleanup of customer bundles in bulk to maintain accurate billing records.

Properties

Name Meaning
Customer Id The unique identifier of the customer whose bundles are to be deleted. This is a required field and is selected from a list of customers.
Additional Body Fields Optional additional fields to include in the request body, such as a JSON array of unique bundle identifiers to delete.

Output

JSON

  • data - The response data from the Billing Booth One API after attempting to delete the specified customer bundles.
  • error - Error information if the operation fails and continueOnFail is enabled.

Dependencies

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

Troubleshooting

  • Ensure the Customer Id is valid and exists in the system to avoid errors related to non-existent customers.
  • The 'Id' field in Additional Body Fields must be a valid JSON array; invalid JSON will cause request failures.
  • If the API base URL or access token is incorrect or expired, authentication errors will occur.
  • If the node throws 'No routing information found' error, verify that the resource and operation parameters are correctly set.

Discussion