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 customer access management. Specifically, for the 'Suspend Multiple Customer Access' operation, it allows users to suspend access for multiple customers by providing a customer ID and optionally a list of unique identifiers. This is useful in scenarios where an organization needs to temporarily disable access for several customers at once, such as during maintenance or policy enforcement.

Use Case Examples

  1. Suspend access for multiple customers by specifying their IDs in the input JSON array.
  2. Use additional body fields to customize the suspension request with specific identifiers.

Properties

Name Meaning
Customer Id The unique identifier of the customer whose access is to be suspended. This is a required string input.
Additional Body Fields Optional additional fields to include in the request body, such as a JSON array of unique identifiers for the customers to suspend.

Output

JSON

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

Dependencies

  • Billing Booth One API with an API key credential

Troubleshooting

  • Ensure the 'Customer Id' is correctly provided and valid; missing or incorrect IDs will cause errors.
  • The 'id' field in Additional Body Fields must be a valid JSON array; malformed JSON will cause request failures.
  • API authentication errors may occur if the API key credential is missing or invalid; verify credentials in node settings.
  • Network or server errors from the Billing Booth One API will be returned in the node output; check API status and request parameters.

Links

Discussion