RecordFiles entity
fileNamestring
This is the unique name that the binary will have in the SideDrawer Database. It has to be unique. This is mandatory, and it can be set by the App. In order to do so, add the timestamp when EACH file is posted (YYMMDDHHMMSS_*), all timestamps for each file will be different.
envelopeIdstring
Used as an ID to connect/combine different files that will be part of a sequence of signatures. The objective is to have the
envelopeId to track all signatures and which one is the latest one that combines them all.correlationIdstring
This is the details of the upload instance. It is not mandatory.
uploadTitlestring
This is what should be listed in the "File History" list.
displayTypestring
The front-end application will interpret (or ignore, in older versions) this parameter and display the file on screen using different versions of PDFTron. Based on that, the PDFTron widget will present the end user the ability to insert a signature, text fields, annotations, comments, or just preview the contents.
fileTypestring
Enum that determines what kind of file is being pushed.
fileExtensionstring
Original extension of the file being uploaded.
checkSumstring
Optional checksum calculated with the SHA256 algorithm. This guarantees integrity control over the uploaded file.
