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 download invoices based on specified filters. It supports filtering invoices by date range (`from` and `to`), invoice IDs, and options to group invoices into customer folders or include invoice attachments. This node is useful for automating invoice retrieval processes, such as downloading invoices for accounting, auditing, or record-keeping purposes.

Use Case Examples

  1. Download all invoices within a specific date range to automate monthly accounting.
  2. Retrieve specific invoices by their IDs for detailed review or processing.
  3. Download invoices including their attachments and organize them into customer folders for better file management.

Properties

Name Meaning
Additional Fields Optional filters and settings for downloading invoices, including date range, invoice IDs, folder grouping, and attachment inclusion.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the downloaded invoice data, which may include invoice details, attachments, and folder organization based on the selected options.

Dependencies

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

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to access invoice data.
  • Verify that date filters (`from` and `to`) are in the correct format and valid to avoid empty or error responses.
  • If filtering by invoice IDs, ensure the IDs are correctly formatted as JSON arrays.
  • Check network connectivity and API endpoint URL configuration if requests fail.
  • Common error messages include missing routing information for the selected resource-operation combination, which indicates a misconfiguration in node parameters.

Discussion