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 retrieve customer commission reports. It is useful for automating the extraction of commission data for parent customers over specified billing periods, enabling financial analysis, reporting, and integration with other systems. For example, a user can fetch commission reports for a specific parent customer within a date range to reconcile payments or generate summaries.

Use Case Examples

  1. Retrieve commission report for a parent customer with ID 12345 for the billing period from 2023-01-01 to 2023-01-31.
  2. Fetch commission data without specifying a date range to get the latest available report for a given parent customer.

Properties

Name Meaning
Parent Customer Id Unique identifier of the parent customer for whom the commission report is requested.
Additional Fields Optional parameters to specify the billing period start and end dates for the commission report.

Output

JSON

  • data - The commission report data returned from the Billing Booth One API, structured as JSON.

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 required parameters such as Parent Customer Id may cause the API request to fail.
  • Network or API endpoint errors can occur if the base URL is incorrect or the service is unavailable.

Links

Discussion