Multiple Signers for one signing field - REST
Friday, November 2, 2018 at 05:02amHi
Is it possible to have multiple signers for one field.
If any one of the signers , signs the field then the other signer is not asked to sign that field
thanks
mario'
Reply to: Multiple Signers for one signing field - REST
Friday, November 2, 2018 at 05:42amReply to: Multiple Signers for one signing field - REST
Friday, November 2, 2018 at 07:20amReply to: Multiple Signers for one signing field - REST
Friday, November 2, 2018 at 09:02am{ "roles": [ { "id": "1945f2e1-3390-4297-bc3b-89af3c92e567", "type": "SIGNER", "index": 0, "signers": [ { "group": { "id": "540b86f9-2d93-4498-bdb4-b7b320540bb6", "email": "[email protected]", "name": "REST Developers" }, "id": "98b9db64-39ca-4b5b-a1eb-629e49c46dec", "email": "[email protected]", "firstName": "REST Developers", "lastName": "" } ], "name": "Signer1" } ], "status": "DRAFT", "language": "en", "documents": [ { "id": "90277a614bf73b783fe2a5e04b68a99d4badf449b33ecfbf", "approvals": [ { "id": "cVvJzBDX7lwP", "role": "1945f2e1-3390-4297-bc3b-89af3c92e567", "fields": [ { "subtype": "FULLNAME", "height": 52, "extract": false, "width": 235, "left": 217, "top": 512, "type": "SIGNATURE" } ] } ], "name": "sample_contract" } ], "visibility": "ACCOUNT", "type": "PACKAGE", "name": "Group Signature Example" }And using Group is the only way to do this for temporary, from my knowledge. Duo