Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Recipients Response
Output representation of a recipient’s personal and status information in a contract
document’s signing process.
- Sample Response
-
1{ 2 "Name": "Rishyv Misrep", 3 "email": "rishyv@salesforce.com", 4 "status": "Signed", 5 "finalStatusDateTime": "" 6}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| declinedReason | String | Declined reason for the signature. | Small, 61.0 | 61.0 |
| String | Email address of the recipient. | Small, 61.0 | 61.0 | |
| finalStatusDateTime | String | Final date and time of the current status. | Small, 61.0 | 61.0 |
| name | String | Name of the recipient. | Small, 61.0 | 61.0 |
| status | String | Status of the recipient. | Small, 61.0 | 61.0 |
| type | String | Type of the recipient. | Small, 61.0 | 61.0 |