display consent only first time for previously assigned signers
Thursday, March 2, 2017 at 04:06amHi, 
I integrated the esignlive with the REST API. The only concern is there are too many clicks for the 2nd time signer(user). Is there a way to avoid the consent before signing the doc for the 2nd time user.
My jsonPayLoad = {
  "roles": [
    {
      "id": "Signer1",
      "type": "SIGNER",
      "signers": [
        {
          "firstName": "abc",
          "lastName": "-",
          "email": "[email protected]",
          "id": "Signer1"
        }
      ]
    }
  ],
  "documents": [
    {
      "approvals": [
        {
          "role": "Signer1",
          "signed": null,
          "accepted": null,
          "data": null,
          "fields": [
            {
              "page": 0,
              "subtype": "FULLNAME",
              "width": 200,
              "binding": null,
              "extract": false,
              "extractAnchor": null,
              "left": 500,
              "top": 600,
              "validation": null,
              "height": 50,
              "data": null,
              "type": "SIGNATURE",
              "value": ""
            }
          ]
        }
      ],
      "fields": [
        {
          "value": "10202",
          "name": "loan_no"
        }
      ],
      "name": "Contract-1",
      "id": "contract",
      "extract": true
    }
  ],
  "name": "Contract",
  "type": "PACKAGE",
  "status": "SENT"
}
      
                                    
Reply to: display consent only first time for previously assigned signers
Thursday, March 2, 2017 at 06:49amReply to: display consent only first time for previously assigned signers
Thursday, March 2, 2017 at 06:59amReply to: display consent only first time for previously assigned signers
Thursday, March 2, 2017 at 07:03amReply to: display consent only first time for previously assigned signers
Thursday, March 2, 2017 at 09:50am