Combining Approvals for same signer
Monday, July 23, 2018 at 07:38amGuys -
I have a document with 4 signature fields. When I tried to combine the fields for the one signer, it didn't work. Do we have to create a new approval for each new field that we are trying to sign? If not, can I get a JSON Package example of how to do it since mine isn't working.
This is what I am currently using to get the four signatures for the one signer.
{ "documents": [ { "approvals": [ { "id": "Signer1", "role": "Role1", "fields": [ { "binding": null, "page": 1, "top": 124.67089771200017, "subtype": "FULLNAME", "height": 41.0, "left": 93.600000000000009, "width": 194.89600000000002, "type": "SIGNATURE" } ] }, { "id": "Signer2", "role": "Role1", "fields": [ { "binding": null, "page": 1, "top": 124.67089771200017, "subtype": "FULLNAME", "height": 41.0, "left": 441.089984127, "width": 194.89600000000007, "type": "SIGNATURE" } ] }, { "id": "Signer3", "role": "Role1", "fields": [ { "binding": null, "page": 1, "top": 185.11569561900012, "subtype": "FULLNAME", "height": 41.0, "left": 93.600000000000009, "width": 194.89600000000002, "type": "SIGNATURE" } ] }, { "id": "Signer4", "role": "Role1", "fields": [ { "binding": null, "page": 1, "top": 185.11569561900012, "subtype": "FULLNAME", "height": 41.0, "left": 440.63501587300004, "width": 194.89599999999996, "type": "SIGNATURE" } ] } ], "id": "TESTDOC", "name": "TESTDOC" } ], "status": "SENT", "type": "PACKAGE", "roles": [ { "id": "Role1", "type": "SIGNER", "signers": [ { "id": "Signer1", "email": "[email protected]", "firstName": "Tester", "lastName": "Email" } ], "name": "Role1" } ], "name": "TESTDOC" }
Reply to: Combining Approvals for same signer
Monday, July 23, 2018 at 09:04am