Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| envelopeRecipientId |
The envelope recipient identifier. |
integer |
Required |
Body Parameters
The envelope recipient.
Nano.EnvelopeRecipient| Name | Description | Type | Additional information |
|---|---|---|---|
| declined |
Gets or sets the declined. |
date |
None. |
| declinedReason |
Gets or sets the declined reason. |
string |
None. |
| delivered |
Gets or sets the delivered. |
date |
None. |
|
Gets or sets the email. |
string |
None. |
|
| name |
Gets or sets the name. |
string |
None. |
| recipientGuid |
Gets or sets the recipient unique identifier. |
globally unique identifier |
None. |
| recipientType |
Gets or sets the type of the recipient. |
string |
None. |
| roleName |
Gets or sets the role name. |
string |
None. |
| sent |
Gets or sets the sent. |
date |
None. |
| signed |
Gets or sets the signed. |
date |
None. |
| signerId |
Gets or sets the SignerId. |
string |
None. |
| status |
Gets or sets the status. |
string |
None. |
| envelope |
Gets or sets the envelope identifier. |
integer |
None. |
| id |
Gets or sets the envelope recipient identifier. |
integer |
None. |
| person |
Gets or sets the envelope identifier. |
integer |
None. |
Request Formats
application/json, text/json
{
"declined": "2026-04-09T19:45:52.5694577Z",
"declinedReason": "sample String 1",
"delivered": "2026-04-09T19:45:52.5694577Z",
"email": "sample String 2",
"name": "sample String 3",
"recipientGuid": "6b3cb30c-c5b1-4d82-b384-8a59f4b3dcc5",
"recipientType": "sample String 5",
"roleName": "sample String 6",
"sent": "2026-04-09T19:45:52.5694577Z",
"signed": "2026-04-09T19:45:52.5694577Z",
"signerId": "sample String 7",
"status": "sample String 8",
"envelope": "9",
"id": "10",
"person": "1"
}
text/html
{"declined":"2026-04-09T19:45:52.5694577Z","declinedReason":"sample String 1","delivered":"2026-04-09T19:45:52.5694577Z","email":"sample String 2","name":"sample String 3","recipientGuid":"6b3cb30c-c5b1-4d82-b384-8a59f4b3dcc5","recipientType":"sample String 5","roleName":"sample String 6","sent":"2026-04-09T19:45:52.5694577Z","signed":"2026-04-09T19:45:52.5694577Z","signerId":"sample String 7","status":"sample String 8","envelope":"9","id":"10","person":"1"}
application/xml, text/xml
<EnvelopeRecipient xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Declined>2026-04-09T19:45:52.5694577Z</Declined> <DeclinedReason>sample String 1</DeclinedReason> <Delivered>2026-04-09T19:45:52.5694577Z</Delivered> <Email>sample String 2</Email> <Name>sample String 3</Name> <RecipientGuid>6b3cb30c-c5b1-4d82-b384-8a59f4b3dcc5</RecipientGuid> <RecipientType>sample String 5</RecipientType> <RoleName>sample String 6</RoleName> <Sent>2026-04-09T19:45:52.5694577Z</Sent> <Signed>2026-04-09T19:45:52.5694577Z</Signed> <SignerId>sample String 7</SignerId> <Status>sample String 8</Status> <EnvelopeId>9</EnvelopeId> <EnvelopeRecipientId>10</EnvelopeRecipientId> <PersonId>1</PersonId> </EnvelopeRecipient>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated envelope recipient.
Nano.EnvelopeRecipient| Name | Description | Type | Additional information |
|---|---|---|---|
| declined |
Gets or sets the declined. |
date |
None. |
| declinedReason |
Gets or sets the declined reason. |
string |
None. |
| delivered |
Gets or sets the delivered. |
date |
None. |
|
Gets or sets the email. |
string |
None. |
|
| name |
Gets or sets the name. |
string |
None. |
| recipientGuid |
Gets or sets the recipient unique identifier. |
globally unique identifier |
None. |
| recipientType |
Gets or sets the type of the recipient. |
string |
None. |
| roleName |
Gets or sets the role name. |
string |
None. |
| sent |
Gets or sets the sent. |
date |
None. |
| signed |
Gets or sets the signed. |
date |
None. |
| signerId |
Gets or sets the SignerId. |
string |
None. |
| status |
Gets or sets the status. |
string |
None. |
| envelope |
Gets or sets the envelope identifier. |
integer |
None. |
| id |
Gets or sets the envelope recipient identifier. |
integer |
None. |
| person |
Gets or sets the envelope identifier. |
integer |
None. |
Response Formats
application/json, text/json
{
"declined": "2026-04-09T19:45:52.5844932Z",
"declinedReason": "sample String 1",
"delivered": "2026-04-09T19:45:52.5844932Z",
"email": "sample String 2",
"name": "sample String 3",
"recipientGuid": "b3063b58-34b2-4542-89b1-f1e0e4e599b0",
"recipientType": "sample String 5",
"roleName": "sample String 6",
"sent": "2026-04-09T19:45:52.5844932Z",
"signed": "2026-04-09T19:45:52.5844932Z",
"signerId": "sample String 7",
"status": "sample String 8",
"envelope": "9",
"id": "10",
"person": "1"
}
text/html
{"declined":"2026-04-09T19:45:52.5844932Z","declinedReason":"sample String 1","delivered":"2026-04-09T19:45:52.5844932Z","email":"sample String 2","name":"sample String 3","recipientGuid":"b3063b58-34b2-4542-89b1-f1e0e4e599b0","recipientType":"sample String 5","roleName":"sample String 6","sent":"2026-04-09T19:45:52.5844932Z","signed":"2026-04-09T19:45:52.5844932Z","signerId":"sample String 7","status":"sample String 8","envelope":"9","id":"10","person":"1"}
application/xml, text/xml
<EnvelopeRecipient xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Declined>2026-04-09T19:45:52.5844932Z</Declined> <DeclinedReason>sample String 1</DeclinedReason> <Delivered>2026-04-09T19:45:52.5844932Z</Delivered> <Email>sample String 2</Email> <Name>sample String 3</Name> <RecipientGuid>b3063b58-34b2-4542-89b1-f1e0e4e599b0</RecipientGuid> <RecipientType>sample String 5</RecipientType> <RoleName>sample String 6</RoleName> <Sent>2026-04-09T19:45:52.5844932Z</Sent> <Signed>2026-04-09T19:45:52.5844932Z</Signed> <SignerId>sample String 7</SignerId> <Status>sample String 8</Status> <EnvelopeId>9</EnvelopeId> <EnvelopeRecipientId>10</EnvelopeRecipientId> <PersonId>1</PersonId> </EnvelopeRecipient>
application/vnd.api+json
Sample not available.