Attachments for Manual Journal Entries
September 10th, 2026
Two new endpoints support attachments on existing manual journal entries:
POST /journal-entries/{journal_entry_id}/documentsuploads one PDF, JPEG, or PNG of up to 20 MiB
as multipart form data and returns204. Existing attachments are preserved; repeating an upload
creates another attachment.GET /journal-entries/{journal_entry_id}/documentslists attachment IDs, filenames, and download
URLs, including files uploaded through the Rillet application. URLs are valid for up to 1 hour;
call the endpoint again to obtain fresh URLs.
Create the journal entry before uploading attachments. System-generated and non-posting entries
are not supported.
Applies to V4 only.
