• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Agreement Signing with Electronic Seal

New Here ,
Aug 30, 2024 Aug 30, 2024

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

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.
TOPICS
General , How to , Java SDK , PDF Services API , REST APIs

Views

34

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources