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 operations related to Credit Notes, specifically to retrieve the binary data of a credit note. It is useful for scenarios where users need to download or process credit note documents in binary format, such as PDFs or other file types, directly from the Billing Booth One system. For example, a user can automate the retrieval of credit note files for record-keeping or further processing in other systems.

Use Case Examples

  1. Automate downloading credit note PDFs for a specific customer.
  2. Retrieve credit note binary data to attach to emails or other documents.
  3. Integrate credit note retrieval into a larger billing or accounting workflow.

Properties

Name Meaning
Customer Id Unique identifier of the customer for whom the credit note is being retrieved.
Id Unique identifier of the credit note to retrieve.

Output

Binary

The node outputs the binary data of the credit note file, such as a PDF or CSV, allowing downstream nodes to handle the file content directly.

JSON

  • data - The JSON response data from the API, typically metadata or confirmation related to the credit note binary retrieval.

Dependencies

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

Troubleshooting

  • Ensure the Customer Id and Credit Note Id are correct and exist in the Billing Booth One system to avoid 'not found' errors.
  • Verify that the API key credential is valid and has the necessary permissions to access credit note data.
  • Check network connectivity and the base URL configuration if requests fail to reach the API.
  • If the binary property name is incorrect or missing in the input data, the node will throw an error indicating the binary property does not exist.

Links

Discussion