Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node integrates with the Billing Booth One API to perform various operations on different resources. Specifically, for the 'Suspend Multiple Customers' operation under the 'Customers' resource, it allows users to suspend multiple customers by providing a list of unique customer identifiers. This is useful in scenarios where bulk suspension of customer accounts is needed, such as managing account statuses during compliance checks or service interruptions.

Use Case Examples

  1. Suspend multiple customers by providing their unique IDs in a JSON array.
  2. Use the node to automate customer account management workflows by suspending multiple accounts at once.

Properties

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

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to suspend the specified customers. This includes success or error details for each customer.

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 credentials 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 'Suspend Multiple Customers' respectively.

Links

Discussion