Last updated on
Apr 27, 2021
Objective
How to create agreement using API with state as "AUTHORING" in V6?
Environment
REST API Documentation
Steps
To create agreement using API with state as "AUTHORING," do the following steps:
Go to Post /agreements and create Access token with the required scopes.
Use the request code as follows:
{ "fileInfos": [ { "transientDocumentId": "*********************" } ], "name": "A1", "participantSetsInfo": [ { "memberInfos": [ { "email": "abc@xyz.com" } ], "order": 1, "role": "SIGNER" } ], "signatureType": "ESIGN", "state": "AUTHORING" }