Copy link to clipboard
Copied
Hello Team,
Currently, I'm working with Adobe Sign and Its REST API. I could add a single sign with an electronic seal since my agreement has a digital signature form field. however, I need to add the same electronic seal in many places in the same agreement when it's sent for signing.
Note: I tried to add the same electronic seal twice in a participants list when agreement creation. And I could add the two digital signature fields with different names. After the agreement is sent for signing, the agreement is cancelled.
Sample JSON used:
{
"fileInfos": [
{
"transientDocumentId": "XXXXXXXX"
}
],
"name": "T1",
"participantSetsInfo": [
{
"order": 1,
"role": "ELECTRONIC_SEALER",
"electronicSealId": "XXXXX"
},
{
"order": 2,
"role": "ELECTRONIC_SEALER",
"electronicSealId": "XXXXX"
}
],
"signatureType": "ESIGN",
"state": "DRAFT"
}
Have something to add?