Our application creates a draft envelope from a template using the API with 2 roles.
rolename: "signer1" "recipientId":"1", "roleName":"signer1", "routingOrder":"1", "email":"email1", "name":"name1"
rolename: "signer2" "recipientId":"2", "roleName":"signer2", "routingOrder":"2", "email":"email2", "name":"name2"
The draft creates properly and I can send this out as is.
The question is, if I want to update one of the recipients via API before sending, what field does docusign use to know which recipient you are trying to update?
e.g. I want to change the email address of signer1
I hope the question is clear enough.