Unable to Fill Form Fields after Changing State to AUTHORING
I'm attempting to achieve a sequence of events from within the API as follows:
- Create Agreement with reuseable tempalte
- Fill the Template with data from our app
- Send the Agreement to the client for viewing and filling the pdf document
- Allow our employee too modify the agreement and resent the agreement
We want to allow our company user to modify the information contained in the template after the agreement has been sent
I know this is possible from within the Adobe Dashboard in AdobeSign, but we want to avoid using that dashboard.
The api call I use to fill in the template with our app's data is this one:
https://api.na3.adobesign.com/api/rest/v6/agreements/{agreementId}/formFields/mergeInfo
Once the state is set to "AUTHORING", I can no longer see the data that was entered into the template using the above endpoint.
Maybe I'm missing something here.
