FormFields option is not available in V6 of REST API | Adobe Sign

Utoljára frissítve: 2021. ápr. 27.

Issue

In latest version V6 of REST API, the parameter "FormFields" is not available as available in V5.

Environment

REST API V6

Resolution

The v6 has a set of authoring API’s to author an agreement. In v5, the formFields are directly consumed in POST /agreements api. However, in v6 user can create an agreement in AUTHORING state (state = AUTHORING) through v6 POST /agreements and use PUT /agreements/ID/formFields at any later point of time to add form fields to the documents of this agreement.

Following are the steps:

Go to REST API V6 documentation and select POST/agreements method.

Use the following request code:

Use the method put /agreements/{agreementId}/formFields with the following request as sample:

It sends the agreement to mentioned recipient once the request is completed.

Additional information

https://secure.na1.echosign.com/public/docs/restapi/v6#!/agreements/updateFormFields