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, including deleting customer access. It is useful for automating billing and customer management tasks by integrating with the Billing Booth One platform. For example, it can delete a specific customer's access by specifying the customer and the unique access ID.

Use Case Examples

  1. Deleting a customer's access by selecting the customer and providing the access ID to remove their permissions.
  2. Automating billing workflows by managing customer access programmatically.

Properties

Name Meaning
Customer Select the customer whose access is to be deleted.
Id Unique identifier of the customer access to be deleted.

Output

JSON

  • data - Response data from the Billing Booth One API after deleting customer access.
  • error - Error information if the operation fails.

Dependencies

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

Troubleshooting

  • Ensure the API base URL and credentials are correctly configured to avoid authentication errors.
  • Verify that the customer and access ID provided exist and are correct to prevent 'not found' errors.
  • If the node throws a 'No routing information found' error, check that the resource and operation parameters are correctly set.

Links

Discussion