General Questions
Tuesday, April 11, 2017 at 07:03pmHi,
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
Reply to: General Questions
Wednesday, April 12, 2017 at 07:29amReply to: General Questions
Wednesday, April 12, 2017 at 07:14pmReply to: General Questions
Wednesday, April 12, 2017 at 07:30pm