POST api/Presentation/SendBenefitsAndDocumentEmail
Request Information
URI Parameters
None.
Body Parameters
BenefitsAndDocumentEmailDTOName | Description | Type | Additional information |
---|---|---|---|
isEmailResent | boolean |
None. |
|
PresentationGuid | string |
None. |
|
LeadId | integer |
None. |
|
CountryId | integer |
None. |
|
LanguageId | integer |
None. |
|
PrimaryFirstName | string |
None. |
|
PrimaryLastName | string |
None. |
|
PrimaryEmail | string |
None. |
|
SpouseFirstName | string |
None. |
|
SpouseLastName | string |
None. |
|
SpouseEmail | string |
None. |
|
AgentFullName | string |
None. |
|
AgentLicenseNo | string |
None. |
|
AgentPhoneNo | string |
None. |
|
AgentEmail | string |
None. |
|
IsNeedAnalysisSelected | boolean |
None. |
|
IsBenefitSummarySelected | boolean |
None. |
|
IsNotificationLetterSelected | boolean |
None. |
|
GroupCode | string |
None. |
|
LocationContext | integer |
None. |
|
PrimaryEmailStatus | string |
None. |
|
SpouseEmailStatus | string |
None. |
|
AgentEmailStatus | string |
None. |
|
PrimaryEventTime | date |
None. |
|
SpouseEventTime | date |
None. |
|
AgentEventTime | date |
None. |
|
IsEmailSentFromPrsentationHisory | boolean |
None. |
|
IsEmailSentFromHome | boolean |
None. |
|
SelectedMaterialsList | Collection of SelectedMaterials |
None. |
Request Formats
application/json, text/json
Sample:
{ "isEmailResent": true, "PresentationGuid": "sample string 2", "LeadId": 1, "CountryId": 1, "LanguageId": 1, "PrimaryFirstName": "sample string 3", "PrimaryLastName": "sample string 4", "PrimaryEmail": "sample string 5", "SpouseFirstName": "sample string 6", "SpouseLastName": "sample string 7", "SpouseEmail": "sample string 8", "AgentFullName": "sample string 9", "AgentLicenseNo": "sample string 10", "AgentPhoneNo": "sample string 11", "AgentEmail": "sample string 12", "IsNeedAnalysisSelected": true, "IsBenefitSummarySelected": true, "IsNotificationLetterSelected": true, "GroupCode": "sample string 16", "LocationContext": 1, "PrimaryEmailStatus": "sample string 17", "SpouseEmailStatus": "sample string 18", "AgentEmailStatus": "sample string 19", "PrimaryEventTime": "2025-10-14T00:40:31.4002995-07:00", "SpouseEventTime": "2025-10-14T00:40:31.4002995-07:00", "AgentEventTime": "2025-10-14T00:40:31.4002995-07:00", "IsEmailSentFromPrsentationHisory": true, "IsEmailSentFromHome": true, "SelectedMaterialsList": [ { "Id": 1, "Index": 1, "Name": "sample string 1" }, { "Id": 1, "Index": 1, "Name": "sample string 1" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true