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 and other resources. Specifically, for the 'Customer Access' resource and 'Get Customer Access User' operation, it retrieves information about a specific customer access user by their unique identifier. This node is useful in scenarios where you need to fetch detailed user access data for a customer within the Billing Booth One system, such as for auditing, user management, or integration with other systems.

Use Case Examples

  1. Retrieve a customer access user's details by selecting the customer and providing the user's unique ID.
  2. Use the node to automate fetching user access information for reporting or synchronization with other platforms.

Properties

Name Meaning
Customer Select the customer for whom the access user information is to be retrieved. This is a required field and is populated via a dynamic options method that loads available customers.
Id The unique identifier of the customer access user to retrieve. This is a required numeric field.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the customer access user details.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing 'Customer' or 'Id' parameters can cause the API request to fail or return no data.
  • Network or API endpoint issues may cause request failures; ensure the base URL is correct and accessible.

Links

Discussion