How to add model to a TransientDocument
Hello,
I have created a model and I would like to apply it to an agrement. I have the libraryDocumentId and the transientDocumentId but I don't find how to apply the model on my document.
I have tried:
{
"fileInfos": [
{
"libraryDocumentId": "CBJxxxxxxxxxxxxxxxxxxxxxxxxxx",
"transientDocumentId": "3AAABLblqxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*"
}
],
"name": "Vente",
"participantSetsInfo": [
{
"order": 1,
"role": "SIGNER",
"memberInfos": [
{
"email": "email@xxxxx.com"
}
]
}
],
"signatureType": "ESIGN",
"state": "IN_PROCESS"
}
with that AgreementInfo I receive the mail with my document to sign but without the model.
Can you help me?
Thank you
