get_transaction_document
Download the original PDF document for a booked transaction by providing its transaction ID. Receive the file as base64-encoded data along with the file name.
Instructions
Download the source document (PDF) for a booked transaction, returned as base64. Use the transaction ID from get_gl_transactions_detailed. Returns fileName and base64-encoded fileData.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transactionId | Yes | Transaction ID (from the id or hID field in get_gl_transactions_detailed). | |
| administrationId | No | Administration ID (GUID). Defaults to YUKI_DOMAIN_ID env var. |