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 the binary data of a statement template for invoices. It is useful for users who need to programmatically access and download invoice statement templates in binary format, such as PDF or other file types, directly from their Billing Booth One account. For example, a user can automate the retrieval of customized invoice templates for further processing or storage.

Use Case Examples

  1. Automate downloading of invoice statement templates for archival.
  2. Fetch specific statement templates with custom fonts and formatting options for integration into other systems.

Properties

Name Meaning
Organisation Id Unique identifier for the organisation whose statement template binary is to be retrieved.
Additional Fields Optional parameters to customize the statement template retrieval, including template name, font, layout style, and number format.

Output

JSON

  • data - The JSON response data from the API, typically containing the statement template binary content or metadata.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid organisation ID, incorrect API base URL, or missing required query parameters leading to API errors.
  • Error messages may indicate missing binary property if binary data is expected but not found in the input.
  • Ensure the API key credential is valid and has sufficient permissions to access the statement templates.
  • Check that optional parameters are correctly formatted and valid according to the API specification.

Discussion