Newer Version Available
Send e-Sign Contract Action
This action is available in API version 61.0 and later.
Supported REST HTTP Methods
- URI
- /services/data/v59.0/actions/standard/sendContractForESignature
- Formats
- JSON, XML
- HTTP Methods
- POST
- Authentication
- Authorization: Bearer token
Inputs
| Input | Details |
|---|---|
| contractId |
|
| emailTemplateName |
|
| eSignatureVendorName |
|
| getDocumentsApexClassName |
|
| getRecipientsApexClassName |
|
Output
| Output | Details |
|---|---|
| sentContractId |
|
Usage
- Sample Input
-
This sample request is for the Send e-Sign Contract action.
1{ 2 "contractId": "800SG00000HtyxxYAB", 3 "eSignatureVendorName": "SampleVendor", 4 "emailTemplateName": "SampleVendorEmailTemplate", 5 "getDocumentsApexClassName": "GetEsignDocuments", 6 "getRecipientsApexClassName": "GetEsignRecipients" 7} - Sample Output
-
This sample response is for the Send e-Sign Contract action.
1{ 2 "sentContractId": "800SG00000Hty4zYAB" 3}