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 operations related to customer commissions, specifically to get all referral customers for a given parent customer ID. It is useful for scenarios where users need to retrieve referral customer data linked to a specific parent customer, such as in affiliate marketing or commission tracking systems.

Use Case Examples

  1. Retrieve all referral customers for a specific parent customer to analyze commission distribution.
  2. Fetch referral customer data to integrate with a CRM or sales tracking system.

Properties

Name Meaning
Parent Customer Id Unique identifier of the parent customer whose referral customers are to be retrieved.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the referral customers data.

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 'Parent Customer Id' parameter may cause the API to return errors or empty results.
  • Network or API endpoint issues may cause request failures; ensure the base URL is correct and accessible.

Links

Discussion