POST api/Lead/SendLeadCertificate
Request Information
URI Parameters
None.
Body Parameters
SendLeadCertificateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadId | integer |
None. |
|
| AssociateId | integer |
None. |
|
| string |
None. |
||
| PhoneNo | string |
None. |
|
| Beneficiary | string |
None. |
|
| Relationship | string |
None. |
|
| CertificateType | LeadCertificateTypeEnum |
None. |
|
| ShortLink | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LeadId": 1,
"AssociateId": 2,
"Email": "sample string 3",
"PhoneNo": "sample string 4",
"Beneficiary": "sample string 5",
"Relationship": "sample string 6",
"CertificateType": 1,
"ShortLink": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true