POST api/CRM/SendSignEmailManually
Sends sign email and sms manually.
Request Information
URI Parameters
None.
Body Parameters
Id of the lead/trial.
globally unique identifierRequest Formats
application/json, text/json
Sample:
"ecd10bba-ad11-4355-9ef0-4ab604273d18"
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response object
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | boolean |
None. |
|
| Message | string |
None. |
|
| Errors | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": true,
"Message": "sample string 2",
"Errors": {
"$id": "2"
}
}