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 download commission reports. It is useful for automating the retrieval of commission data for a parent customer within a specified billing period. For example, a user can download commission reports for a given customer ID and filter the data by start and end dates of the billing period.

Use Case Examples

  1. Download commission report for a specific parent customer ID without date filters.
  2. Download commission report for a parent customer ID with specified start and end billing period dates.

Properties

Name Meaning
Parent Customer Id Unique identifier for the parent customer whose commission report is to be downloaded.
Additional Fields Optional fields to specify the billing period start and end dates for filtering the commission report.

Output

JSON

  • data - The JSON response data from the Billing Booth One API containing the commission report details.

Dependencies

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

Troubleshooting

  • Ensure the Parent Customer Id is provided and valid; missing or incorrect IDs will cause errors.
  • Verify the API base URL and access token are correctly configured in credentials.
  • If the billing period dates are provided, ensure they are in the correct format expected by the API.
  • Common error messages include missing routing information for the selected resource and operation, which indicates misconfiguration or unsupported operation.
  • If binary data is requested but the specified binary property does not exist, an error will be thrown.

Discussion