GET api/Presentation/GetBenefitsAndDocumentEmailByPresentationGuid?presentationGuid={presentationGuid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| presentationGuid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BenefitsAndDocumentEmail| Name | Description | Type | Additional information |
|---|---|---|---|
| AgentEmail | string |
None. |
|
| AgentEmailStatus | string |
None. |
|
| AgentEventTime | date |
None. |
|
| AgentFullName | string |
None. |
|
| AgentLicenseNo | string |
None. |
|
| AgentPhoneNo | string |
None. |
|
| ChangeDate | date |
None. |
|
| ChangedBy | integer |
None. |
|
| CountryId | integer |
None. |
|
| CreateDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| GroupCode | string |
None. |
|
| Id | integer |
None. |
|
| IsBenefitSummarySelected | boolean |
None. |
|
| IsClientResent | boolean |
None. |
|
| IsFromHomeScreen | boolean |
None. |
|
| IsNeedAnalysisSelected | boolean |
None. |
|
| IsNotificationLetterSelected | boolean |
None. |
|
| IsProcessed | boolean |
None. |
|
| LanguageId | integer |
None. |
|
| LeadId | integer |
None. |
|
| MaterialIdList | string |
None. |
|
| MaterialNameList | string |
None. |
|
| PresentationGuid | globally unique identifier |
None. |
|
| PrimaryEmail | string |
None. |
|
| PrimaryEmailStatus | string |
None. |
|
| PrimaryEventTime | date |
None. |
|
| PrimaryFirstName | string |
None. |
|
| PrimaryLastName | string |
None. |
|
| SpouseEmail | string |
None. |
|
| SpouseEmailStatus | string |
None. |
|
| SpouseEventTime | date |
None. |
|
| SpouseFirstName | string |
None. |
|
| SpouseLastName | string |
None. |
|
| PresentationId | integer |
None. |
|
| MemberLookupTypeId | integer |
None. |
|
| PresentationSubTypeId | integer |
None. |
|
| PresentationTypeId | integer |
None. |
|
| WhatHappenedId | integer |
None. |
|
| LocationContext | integer |
None. |
|
| IsNew | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AgentEmail": "sample string 1",
"AgentEmailStatus": "sample string 2",
"AgentEventTime": "2026-02-03T18:30:06.7498342-08:00",
"AgentFullName": "sample string 3",
"AgentLicenseNo": "sample string 4",
"AgentPhoneNo": "sample string 5",
"ChangeDate": "2026-02-03T18:30:06.7498342-08:00",
"ChangedBy": 1,
"CountryId": 1,
"CreateDate": "2026-02-03T18:30:06.7498342-08:00",
"CreatedBy": 7,
"GroupCode": "sample string 8",
"Id": 9,
"IsBenefitSummarySelected": true,
"IsClientResent": true,
"IsFromHomeScreen": true,
"IsNeedAnalysisSelected": true,
"IsNotificationLetterSelected": true,
"IsProcessed": true,
"LanguageId": 1,
"LeadId": 1,
"MaterialIdList": "sample string 14",
"MaterialNameList": "sample string 15",
"PresentationGuid": "4fb22ef1-4d5c-4552-982e-08aba2e1b555",
"PrimaryEmail": "sample string 17",
"PrimaryEmailStatus": "sample string 18",
"PrimaryEventTime": "2026-02-03T18:30:06.7498342-08:00",
"PrimaryFirstName": "sample string 19",
"PrimaryLastName": "sample string 20",
"SpouseEmail": "sample string 21",
"SpouseEmailStatus": "sample string 22",
"SpouseEventTime": "2026-02-03T18:30:06.7498342-08:00",
"SpouseFirstName": "sample string 23",
"SpouseLastName": "sample string 24",
"PresentationId": 25,
"MemberLookupTypeId": 1,
"PresentationSubTypeId": 1,
"PresentationTypeId": 26,
"WhatHappenedId": 1,
"LocationContext": 1,
"IsNew": true
},
{
"AgentEmail": "sample string 1",
"AgentEmailStatus": "sample string 2",
"AgentEventTime": "2026-02-03T18:30:06.7498342-08:00",
"AgentFullName": "sample string 3",
"AgentLicenseNo": "sample string 4",
"AgentPhoneNo": "sample string 5",
"ChangeDate": "2026-02-03T18:30:06.7498342-08:00",
"ChangedBy": 1,
"CountryId": 1,
"CreateDate": "2026-02-03T18:30:06.7498342-08:00",
"CreatedBy": 7,
"GroupCode": "sample string 8",
"Id": 9,
"IsBenefitSummarySelected": true,
"IsClientResent": true,
"IsFromHomeScreen": true,
"IsNeedAnalysisSelected": true,
"IsNotificationLetterSelected": true,
"IsProcessed": true,
"LanguageId": 1,
"LeadId": 1,
"MaterialIdList": "sample string 14",
"MaterialNameList": "sample string 15",
"PresentationGuid": "4fb22ef1-4d5c-4552-982e-08aba2e1b555",
"PrimaryEmail": "sample string 17",
"PrimaryEmailStatus": "sample string 18",
"PrimaryEventTime": "2026-02-03T18:30:06.7498342-08:00",
"PrimaryFirstName": "sample string 19",
"PrimaryLastName": "sample string 20",
"SpouseEmail": "sample string 21",
"SpouseEmailStatus": "sample string 22",
"SpouseEventTime": "2026-02-03T18:30:06.7498342-08:00",
"SpouseFirstName": "sample string 23",
"SpouseLastName": "sample string 24",
"PresentationId": 25,
"MemberLookupTypeId": 1,
"PresentationSubTypeId": 1,
"PresentationTypeId": 26,
"WhatHappenedId": 1,
"LocationContext": 1,
"IsNew": true
}
]