Upload Voucher File
lexware_upload_voucher_fileAttach a file to a bookkeeping voucher by specifying the voucher UUID, file name, and base64-encoded content.
Instructions
Upload a file attachment to a bookkeeping voucher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Voucher UUID | |
| fileName | Yes | Name of the file to upload | |
| contentBase64 | Yes | Base64-encoded file content | |
| contentType | No | MIME type, defaults to application/pdf |