POST api/LeadEmail/AddAdditionalEmailAddress
Request Information
URI Parameters
None.
Body Parameters
LeadEmailDTOName | 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": "2025-10-14T00:37:28.8988356-07:00", "Disabled": true, "Id": 3, "IsDefault": true, "LeadId": 5, "LeadEmailSourceType": 6, "LeadEmailSourceTypeId": 6, "ChangeDate": "2025-10-14T00:37:28.8988356-07:00", "EmailAddress": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LeadEmailDTOName | 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": "2025-10-14T00:37:28.8988356-07:00", "Disabled": true, "Id": 3, "IsDefault": true, "LeadId": 5, "LeadEmailSourceType": 6, "LeadEmailSourceTypeId": 6, "ChangeDate": "2025-10-14T00:37:28.8988356-07:00", "EmailAddress": "sample string 7" }