Skip to main content
Participant
August 30, 2024
Question

Agreement Signing with Electronic Seal

  • August 30, 2024
  • 0 replies
  • 229 views

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"
}

Could you guys provide me a solution on this if you have one?
and kindly provided me with an alternate options if my approach is invalid.
This topic has been closed for replies.