I'm using PdfTransformFields for create envelope:
{
"emailBlurb": "Test Transform PDF Fields",
"emailSubject": "Test Transform PDF Fields",
"status": "sent",
"compositeTemplates": [{
"inlineTemplates": [{
"recipients": {
"signers": [{
"recipientId": "777",
"name": "LastName FirstName",
"email": "some email",
"tabs":{
"signHereTabs":[
{
"tabLabel":"employee_esignature\\*"
}
]
}
}]
}
}],
"document": {
"documentId": "1234567",
"name": "Test.pdf",
"transformPdfFields": "true"
}
}]
}
Although RecipientId="777" and DocumentId="1234567" were defined, but when I get the envelopeStatus by the call:
envelopesApi.listRecipients(accountId,env.getEnvelopeId(),
listRecipientsOptions);
I see, that recipients->signers->tabs->signHereTabs contains documentId="1", recipientId="1"
Why the documentId and recipientId are different from what I conveyed?
Finishbutton on the top. - Amit K Bist