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 create a referral customer under the Customer Commissions resource. It allows users to specify a parent customer ID, customer ID, and commission plan ID, along with optional additional fields such as customer name, customer reference, and commission plan name. This node is useful for automating the creation of referral customers in commission management workflows, enabling seamless integration with the Billing Booth One platform.

Use Case Examples

  1. Automatically create referral customers when new customers are added to a CRM system.
  2. Set up commission plans for referral customers in an automated sales commission tracking system.

Properties

Name Meaning
Parent Customer Id Unique identifier of the parent customer under whom the referral customer is created.
Customer Id Unique identifier of the referral customer to be created.
Commission Plan Id Unique identifier of the commission plan assigned to the referral customer.
Customer Name Optional name of the referral customer.
Customer Reference Optional reference string for the referral customer.
Commission Plan Name Optional name of the commission plan assigned to the referral customer.

Output

JSON

  • json - Response data from the Billing Booth One API representing the created referral customer or error information.

Dependencies

  • Billing Booth One API access with an API key credential

Troubleshooting

  • Ensure that the required fields (Parent Customer Id, Customer Id, Commission Plan Id) are provided and valid to avoid API errors.
  • Check that the API base URL and authentication token are correctly configured in the node credentials.
  • If the node returns an error, verify the error message for details such as missing or invalid parameters.
  • Use the 'Continue On Fail' option to handle errors gracefully and continue processing other items.

Discussion