GET api/Presentation/GetBenefitsAndDocumentEmailByPresentationGuid?presentationGuid={presentationGuid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
presentationGuid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of BenefitsAndDocumentEmail
NameDescriptionTypeAdditional 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": "2025-10-14T00:42:27.5611565-07:00",
    "AgentFullName": "sample string 3",
    "AgentLicenseNo": "sample string 4",
    "AgentPhoneNo": "sample string 5",
    "ChangeDate": "2025-10-14T00:42:27.5611565-07:00",
    "ChangedBy": 1,
    "CountryId": 1,
    "CreateDate": "2025-10-14T00:42:27.5611565-07: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": "689ee287-69ef-40c8-8e79-6b5226173bc2",
    "PrimaryEmail": "sample string 17",
    "PrimaryEmailStatus": "sample string 18",
    "PrimaryEventTime": "2025-10-14T00:42:27.5611565-07:00",
    "PrimaryFirstName": "sample string 19",
    "PrimaryLastName": "sample string 20",
    "SpouseEmail": "sample string 21",
    "SpouseEmailStatus": "sample string 22",
    "SpouseEventTime": "2025-10-14T00:42:27.5611565-07: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": "2025-10-14T00:42:27.5611565-07:00",
    "AgentFullName": "sample string 3",
    "AgentLicenseNo": "sample string 4",
    "AgentPhoneNo": "sample string 5",
    "ChangeDate": "2025-10-14T00:42:27.5611565-07:00",
    "ChangedBy": 1,
    "CountryId": 1,
    "CreateDate": "2025-10-14T00:42:27.5611565-07: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": "689ee287-69ef-40c8-8e79-6b5226173bc2",
    "PrimaryEmail": "sample string 17",
    "PrimaryEmailStatus": "sample string 18",
    "PrimaryEventTime": "2025-10-14T00:42:27.5611565-07:00",
    "PrimaryFirstName": "sample string 19",
    "PrimaryLastName": "sample string 20",
    "SpouseEmail": "sample string 21",
    "SpouseEmailStatus": "sample string 22",
    "SpouseEventTime": "2025-10-14T00:42:27.5611565-07:00",
    "SpouseFirstName": "sample string 23",
    "SpouseLastName": "sample string 24",
    "PresentationId": 25,
    "MemberLookupTypeId": 1,
    "PresentationSubTypeId": 1,
    "PresentationTypeId": 26,
    "WhatHappenedId": 1,
    "LocationContext": 1,
    "IsNew": true
  }
]