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 all credit notes for a specified customer. It is useful for scenarios where users need to fetch detailed credit note data for accounting, auditing, or customer management purposes. For example, a user can retrieve all credit notes issued to a particular customer within a date range, limit the number of results, and sort them by credit date or amount.

Use Case Examples

  1. Retrieve all credit notes for customer ID 123 with a limit of 20 entries.
  2. Fetch credit notes for a customer filtered by a date range from 2023-01-01 to 2023-06-30, sorted by amount in descending order.

Properties

Name Meaning
Customer Id Unique identifier of the customer whose credit notes are to be retrieved.
Additional Fields Optional parameters to refine the query such as limit, offset, date filters, and sort order.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the list of credit notes matching the query parameters.

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 Customer Id may cause the node to fail or return no data.
  • API rate limits or network issues may cause request failures; retry or check network connectivity.
  • Error messages from the API are propagated; ensure parameters like date formats and sort values are valid.

Links

Discussion