POST api/LeadEmail/AddAdditionalEmailAddress
Request Information
URI Parameters
None.
Body Parameters
LeadEmailDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CreateDate | date |
None. |
|
| Disabled | boolean |
None. |
|
| Id | integer |
None. |
|
| IsDefault | boolean |
None. |
|
| LeadId | integer |
None. |
|
| LeadEmailSourceType | LeadEmailSourceTypeEnum |
None. |
|
| LeadEmailSourceTypeId | integer |
None. |
|
| ChangeDate | date |
None. |
|
| EmailAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreateDate": "2026-02-03T18:24:08.7080337-08:00",
"Disabled": true,
"Id": 3,
"IsDefault": true,
"LeadId": 5,
"LeadEmailSourceType": 6,
"LeadEmailSourceTypeId": 6,
"ChangeDate": "2026-02-03T18:24:08.7080337-08:00",
"EmailAddress": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LeadEmailDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CreateDate | date |
None. |
|
| Disabled | boolean |
None. |
|
| Id | integer |
None. |
|
| IsDefault | boolean |
None. |
|
| LeadId | integer |
None. |
|
| LeadEmailSourceType | LeadEmailSourceTypeEnum |
None. |
|
| LeadEmailSourceTypeId | integer |
None. |
|
| ChangeDate | date |
None. |
|
| EmailAddress | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CreateDate": "2026-02-03T18:24:08.7080337-08:00",
"Disabled": true,
"Id": 3,
"IsDefault": true,
"LeadId": 5,
"LeadEmailSourceType": 6,
"LeadEmailSourceTypeId": 6,
"ChangeDate": "2026-02-03T18:24:08.7080337-08:00",
"EmailAddress": "sample string 7"
}