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 related to customer access and billing management. Specifically, for the 'Customer Access' resource and 'Suspend Customer Access' operation, it allows users to suspend a customer's access by providing the unique identifier and customer ID. This is useful in scenarios where access needs to be temporarily or permanently disabled, such as for billing issues or account management.

Use Case Examples

  1. Suspend access for a customer by specifying their unique access ID and customer ID to prevent further usage until reinstated.
  2. Manage customer access states programmatically within an automated workflow.

Properties

Name Meaning
Id Unique identifier for the customer access to be suspended.
Customer Id Identifier of the customer whose access is to be suspended.

Output

JSON

  • json - Response data from the Billing Booth One API after suspending customer access, typically including confirmation or status details.

Dependencies

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

Troubleshooting

  • Ensure the 'Id' and 'Customer Id' parameters are correctly provided and valid; missing or incorrect values will cause errors.
  • Verify that the API key credential is correctly configured and has the necessary permissions to suspend customer access.
  • Common error messages include 'No routing information found' if the resource or operation is misconfigured, and HTTP errors from the API indicating issues like unauthorized access or invalid parameters.

Discussion