abhijit_davray | Posts: 22

General Questions

0 votes
Hi, I had 2 general question. Does ESignLive support the following: I understand these scenarios will may not occur in the production environment. I wanted this information to prepare our application test cases. 1. Can a role be added without an approval (signature). Here I have added 1 role without an approval. { "roles": [ { "id": "role1", "index": 1, "type": "SIGNER", "reassign": true, "signers": [ { "firstName": "AD", "lastName": "Test", "email": "[email protected]" } ], "name": "ExternalSignatory" } ], "documents": [ { "approvals": [ ] } ] } 2. Can 2 roles have the same email like the following partial JSON snipet. { "roles": [ { "id": "role1", "index": 1, "type": "SIGNER", "signers": [ { "firstName": "AD", "lastName": "Test", "email": "[email protected]" } ], "name": "ExternalSignatory" }, { "id": "role2", "index": 2, "type": "SIGNER", "signers": [ { "firstName": "AD", "lastName": "Test", "email": "[email protected]" } ], "name": "InternalSignatory" } ] } Thanks, Abhijit

Approved Answer
mwilliams | Posts: 957

Reply to: General Questions

0 votes
Hey Abhijit, For #1, the exact scenario you describe would not work. There MUST be a signature/approval for someone on the package. The can, however, be someone on the package that does not have a signature. They would be a reviewer. For #2: No, you cannot do this. Each signer must have a different email address.

abhijit_davray | Posts: 22

Reply to: General Questions

0 votes
Thanks for the reply.

mwilliams | Posts: 957

Reply to: General Questions

0 votes
Not a problem! Let us know whenever you have questions! :)

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off