Unable to send agreement to RECIPINT's Group through REST API call
We tried ParticipantSetInfo in the JSON but it’s not completing if anyone signed. The expected result if anyone in the group signs then the agreement should be complete.
"participantSetsInfo": [
{
"order": 1,
"role": "SIGNER",
"memberInfos": [
{
"email": "User1@mail.com"
}
]
},
{
"order": 2 or 1,
"role": "SIGNER",
"memberInfos": [
{
"email": "User2@mail.com"
}
]
}
]
Regards,
Hari
