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 various operations related to billing resources, including invoices. Specifically, for the 'Invoices' resource and 'Get Invoice Attachments Binary' operation, it retrieves binary attachments associated with a given invoice ID. This is useful for workflows that need to fetch and process invoice-related files such as PDFs or images attached to invoices.

Use Case Examples

  1. Retrieve binary attachments of a specific invoice by providing its unique ID.
  2. Automate downloading and processing of invoice attachments for record-keeping or further analysis.

Properties

Name Meaning
Id Unique identifier of the invoice to retrieve attachments for.

Output

JSON

  • data - The JSON response data from the Billing Booth One API, which includes the invoice attachment information.

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.
  • If the specified invoice ID does not exist or has no attachments, the node may return an empty response or an error.
  • Ensure the 'Id' property is correctly set and is a valid number to avoid parameter errors.

Links

Discussion