Document Execution Platform

Use this API to edit or update an existing request.

A POST call has to be made to this API with the documentID and the updated details. You need to pass only the values that you need to update. Edits can be made to all the parameters available in this API. To edit the configuration of the invitation of a particular invitee, pass the signUrl in addition to the documentID. No edits can be made to the configurations of the invitees who have already signed the document.

put/v2.1/sign/request

Request body

documentIdstring required

documentID is the unique Leegality Document ID. Pass the documentID of the Document, for which you want to edit the details.

irnstring

Internal Reference Number.

folderIdstring

Folder ID.

deleteOnCompleteboolean

Pass 'true' if you want the documents to be automatically deleted on completion after 7 days of completion. The URLs sent to all signers will also be put to auto-delete after 7 days of completion unless the signer expressly saves it in his account. (Please setup a webhookUrl in this case as deleted documents cannot be recovered).

Example request

{
  "invitees": [
    {
      "signatures": [
        {
          "config": {
            "authTypes": [
              "OTP",
              "BIO",
              "IRIS",
              "FACE"
            ]
          }
        }
      ]
    }
  ]
}

Response

Default Response

statusinteger

if success then 1, else 0.

Changes

No recorded changes to this endpoint across all 1 revision of this API.