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 export invoices based on specified criteria. It is useful for automating the retrieval of invoice data within a given date range, filtered by integration ID or customer group ID. For example, a user can export all invoices from the last month for a specific customer group to integrate with accounting software or for reporting purposes.

Use Case Examples

  1. Export invoices from January 1, 2024, to January 31, 2024.
  2. Export invoices filtered by a specific integration plugin ID.
  3. Export invoices for a particular customer group.

Properties

Name Meaning
From Start date to filter invoices from.
To End date to filter invoices to.
Integration Id Identifier for the integration plugin to filter invoices.
Customer Group Id Filter invoices by customer group ID.

Output

JSON

  • data - The exported invoice data returned from the API, typically in JSON format.

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 date formats for 'From' and 'To' fields may cause the API request to fail.
  • If the specified binary property name does not exist in the input data, an error is thrown.
  • Network or API endpoint errors may occur if the base URL is incorrect or the service is unavailable.

Links

Discussion