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 supporting a bulk delete operation for referral customers. It is useful for automating the management of customer commission data, such as removing multiple referral customers associated with a parent customer in one request. This can streamline workflows in billing and commission management systems.

Use Case Examples

  1. Bulk delete referral customers by specifying a parent customer ID and a list of referral customer IDs to be deleted.
  2. Automate cleanup of referral customer data in billing systems to maintain accurate commission records.

Properties

Name Meaning
Parent Customer Id Unique identifier of the parent customer whose referral customers are to be bulk deleted.
Additional Body Fields Optional additional fields to include in the request body, such as a list of unique identifiers for referral customers to delete.

Output

JSON

  • data - Response data from the Billing Booth One API after performing the bulk delete operation.

Dependencies

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

Troubleshooting

  • Ensure the Parent Customer Id is provided and valid, as it is required for the bulk delete operation.
  • Verify that the list of referral customer IDs in the Additional Body Fields is correctly formatted as a JSON array.
  • Check API credentials and base URL configuration to avoid authentication or connection errors.
  • Common error messages may include missing routing information for the specified resource and operation, or errors returned from the API such as invalid IDs or permission issues. These can be resolved by verifying input parameters and API access rights.

Discussion