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 billing and customer commissions. Specifically, for the 'Customer Commissions' resource and the 'Get Customer Commission Settings' operation, it retrieves commission settings for a specified parent customer by their unique identifier. This is useful for businesses that need to automate the retrieval of commission configurations for customers, enabling integration with billing or CRM systems.

Use Case Examples

  1. Retrieve commission settings for a parent customer by providing their unique ID to automate commission management.
  2. Fetch customer commission configurations to synchronize with an external accounting system.

Properties

Name Meaning
Parent Customer Id The unique identifier of the parent customer whose commission settings are to be retrieved.

Output

JSON

  • data - The JSON response containing the customer commission settings retrieved from the Billing Booth One API.

Dependencies

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

Troubleshooting

  • Ensure the 'Parent Customer Id' is provided and is a valid number; missing or invalid IDs will cause errors.
  • Verify that the Billing Booth One API credentials are correctly configured and have the necessary permissions.
  • Check the base URL configuration for the API; an incorrect URL will prevent successful requests.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set.

Discussion