Embedded signature rejecting recipient contained in envelope creation
I have successfully created a request for a signature as remote signing using a document created on the fly with htmldefinition. What we’d really like to do is convert this to an embedded signature, so taking that same code which successfully returns an envelope id, I move on to the next endpoint: /restapi/v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/recipient - substituting the accountId as I did for the initial request to create the envelope, and the envelopeId returned upon successful creation. I include body args:
{
"returnUrl": "https://myreturnurl",
"authenticationMethod": "none",
"email": "emailIncludedInOriginalRequestAsRecipient",
"userName": "RecipientNameIncludedInOriginalRequest",
"clientUserId": 1000,
}
In response I receive:
{
"errorCode": "INVALID_REQUEST_PARAMETER",
"message": "The request contained at least one invalid parameter. A value was not found for parameter 'userName'."
}
Does this system not work with documents created on the fly with an htmldefinition?
Also, in your self-paced University under Embedded Signature Standard View, the link to https://myuni.sampleapps.docusign.com/requestExtracurricularActivity leads to a 502 bad gateway error.
Back to Docusign.com

