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 'Cancel Multiple Customers' operation, it allows users to cancel multiple customers by providing a list of unique customer identifiers. This is useful in scenarios where bulk cancellation of customer accounts is needed, such as managing subscriptions or service terminations in a billing system.

Use Case Examples

  1. Cancel multiple customers by providing their unique IDs in a JSON array.
  2. Use additional body fields to specify the list of customer IDs to be cancelled.

Properties

Name Meaning
Additional Body Fields Allows adding extra fields to the request body, including a JSON list of unique customer IDs to cancel.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to cancel the specified customers.

Dependencies

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

Troubleshooting

  • Ensure the 'id' field contains a valid JSON array of customer IDs; invalid JSON will cause errors.
  • Check that the API base URL and access token are correctly configured in the credentials.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set.

Discussion