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 and invoicing. Specifically, for the 'Invoice Template' resource and the 'Get Invoice Template Binary' operation, it retrieves the binary data of an invoice template based on the provided organisation ID and optional parameters such as template type, font, line item sort mode, and whether to display the customer reference. This node is useful for automating the retrieval of invoice templates in binary format for further processing or storage.

Use Case Examples

  1. Automatically fetch the binary data of an invoice template for a specific organisation to generate PDF invoices.
  2. Retrieve invoice templates with customized fonts and sorting options for integration into a billing system.

Properties

Name Meaning
Organisation Id Unique identifier of the organisation for which the invoice template binary is requested.
Additional Fields Optional parameters to customize the invoice template retrieval, including template type, font, line item sort mode, and display of customer reference.

Output

JSON

  • data - The binary data or content of the invoice template retrieved from the API.

Dependencies

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

Troubleshooting

  • Ensure the organisation ID is valid and exists in the Billing Booth One system to avoid errors.
  • Verify that the API key credential is correctly configured and has the necessary permissions.
  • If the binary property name is specified, ensure the binary data exists on the input item to prevent errors.
  • Check that optional parameters are correctly formatted and valid according to the API documentation.

Discussion