Digging into the nuts and bolts of the preview - for the basics of uploading a file into LF Cloud, the byte representation of a file is the byte equivalent. I get that.
However, the documentation notes that the Form Parameters are as follows:
electronic Document : byte[]
request : PostEntryWithEdocMetadataRequest
Is there more to the POST that I should be prototyping? e.g. I can find no explanation of "PostEntryWithEdocMetadataRequest" and didn't know if there was more to it.
Right now, my understanding is that to completely get a document uploaded, I would
1 POST the byte version of the doc
2. receive the LFID for the doc
3. THEN assign the Template, Template Field / Variables
Though drastically simplified, is that pretty much the flow?
Mark