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 on different resources. Specifically, for the 'Service Files' resource and the 'Upload Service File' operation, it uploads a file contained in a specified binary property to the API. It supports setting query parameters such as 'supplier_id' and 'isReconciliation' to customize the upload request. This node is useful for automating file uploads to the Billing Booth One service, for example, uploading reconciliation files or supplier-related documents.

Use Case Examples

  1. Uploading a reconciliation file for a specific supplier by providing the binary file data and setting the 'isReconciliation' flag to true.
  2. Uploading service files for different suppliers by dynamically setting the 'supplier_id' query parameter.

Properties

Name Meaning
Binary Property Name of the binary property containing the file to upload, required to locate the file data in the input item.
Supplier Id Numeric identifier of the supplier, sent as a query parameter to specify which supplier the file is associated with.
Is Reconciliation Boolean flag indicating whether the uploaded file is for reconciliation purposes, sent as a query parameter.

Output

JSON

  • data - Response data from the Billing Booth One API after uploading the service file.

Dependencies

  • Billing Booth One API with an API key credential for authentication

Troubleshooting

Error 'Binary property "" does not exist on item ': Ensure the specified binary property name matches the actual binary data property in the input item.

  • Error 'No routing information found for resource: Service Files, operation: Upload Service File': Check that the resource and operation parameters are correctly set and supported by the node.
  • HTTP errors from the API such as authentication failures or invalid parameters: Verify the API key credential and query parameters like 'supplier_id' and 'isReconciliation' are correct.

Links

Discussion