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

API - Adding Form Fields to Agreement

Community Beginner ,
Oct 10, 2021 Oct 10, 2021

Copy link to clipboard

Copied

I've been able to use the Adobe Sign API successfully authenticate and upload a PDF file, create an agreement and send that to a single recipient. My PDF has several form fields and I would now like to update my agreement before I send it to specify the form fields for the signature by each recipient. I have 2 recipients with 2 form fields named:

 

Signature1
Signature2

 

I'm looking for an example for the JSON that I would send to specify the form fields for my agreement.

 

Also can I include these when creating the agreement for my transient document, or do I need to create the agreement, then add the form fields, then send it out to the recipient?

TOPICS
SDK , Send documents

Views

238

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
Adobe Employee ,
Oct 11, 2021 Oct 11, 2021

Copy link to clipboard

Copied

LATEST

Send your PDF via the webportal and as you do enable preview and add your singature fields and assign them.

Once send, open the agreement from the senders manage tab and grab the agreementid from the address bat.

 

use this agreementID in a call to 

get /agreements/{agreementId}/formFields

this should get you started. Note that you may need to re-add the assignee property for the signatur field. (this is usually a partcipantsetId)

Votes

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