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 revenue management. Specifically, the 'Get Aged Debtors' operation retrieves information about aged debtors, which can be filtered by organisation ID or customer ID. This is useful for financial teams to track outstanding invoices and manage accounts receivable efficiently.

Use Case Examples

  1. A finance team uses this node to fetch aged debtor data filtered by a specific organisation to generate reports on overdue payments.
  2. A business analyst retrieves aged debtor information for a particular customer to assess credit risk and payment behavior.

Properties

Name Meaning
Additional Fields Optional filters to refine the aged debtors query.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing aged debtor 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 query parameters (organisation_id or customer_id) may lead to incomplete or empty results.
  • Network or API endpoint errors can cause request failures; ensure the base URL is correct and the API service is reachable.

Links

Discussion