Hello,
First of all, I really appreciate the support you can give me.
I am looking for an example about Import document using Laserfiche API FORMDATA, with Document in Blob format,
this document comes with a set of metadata, for example:
{
“archivos”: array, /* archivos formato blob */
"tipodocumento": int, /* 1: DNI, 2: CE, 3: Pasaporte, 4: PTP/CPP */
“numerodocumento”: string, /* número de documento */
"fechanacimiento": string, /* fecha de nacimiento */
"fechaemision": string, /* fecha de emisión solo para DNI*/
}
The steps that I had planned that the workflow must comply with are the following:
- Process that performs the import of the document to the Laserfiche repository.
- How to get input ID of the last imported document in the Laserfiche repository?
- To update the metadata of the imported document, how would you insert it in the template?
- Then trigger an external Laserfiche API call from the same workflow, sending the information in a body.
Thank you for your support.
Gustavo Mayaute