POST api/ReviewApplication/GetEappNeedAnalysisList
Request Information
URI Parameters
None.
Body Parameters
EappNeedAnalysisSearchDTOName | Description | Type | Additional information |
---|---|---|---|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
SortBy | string |
None. |
|
SortOrder | string |
None. |
|
SortColumnIndex | integer |
None. |
|
userId | string |
None. |
|
PolicyNumber | string |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
HpPropresentationId | string |
None. |
|
PrimaryName | string |
None. |
|
locationContext | integer |
None. |
|
resolution | string |
None. |
|
office | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PageIndex": 1, "PageSize": 2, "SortBy": "sample string 3", "SortOrder": "sample string 4", "SortColumnIndex": 5, "userId": "sample string 6", "PolicyNumber": "sample string 7", "StartDate": "2025-10-14T03:08:10.2877442-07:00", "EndDate": "2025-10-14T03:08:10.2877442-07:00", "HpPropresentationId": "sample string 8", "PrimaryName": "sample string 9", "locationContext": 10, "resolution": "sample string 11", "office": "sample string 12" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfEappNeedAnalysisDTOName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of EappNeedAnalysisDTO |
None. |
|
Data | Collection of EappNeedAnalysisDTO |
None. |
|
TotalRecords | integer |
None. |
|
TotalAssociateRecords | integer |
None. |
|
CwaTotal | decimal number |
None. |
|
AlpTotal | decimal number |
None. |
|
AnHTotal | decimal number |
None. |
|
SubmittedAgentCount | integer |
None. |
|
TotalNoPrds | integer |
None. |
|
TotalCompletedNoPrds | decimal number |
None. |
|
TotalCancelNoPrds | integer |
None. |
|
TotalAlpNoPrds | decimal number |
None. |
|
FormattedTotalAlpNoPrds | string |
None. |
|
TotalCompletedAlpNoPrds | decimal number |
None. |
|
FormattedTotalCompletedAlpNoPrds | string |
None. |
|
TotalCancelAlpNoPrds | decimal number |
None. |
|
FormattedTotalCancelAlpNoPrds | string |
None. |
|
IsSearchLimitCompleted | boolean |
None. |
|
PolicySearchesLeft | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "PagedRecords": [ { "Id": 1, "EndTime": "2025-10-14T03:08:10.303374-07:00", "WhatHappened": 1, "CreatedBy": 2, "PrimaryName": "sample string 3", "Office": "sample string 4", "AgentName": "sample string 5", "policyNumber": "sample string 6", "PresentationGuid": "e07c6fca-b65e-4d39-b2d2-317e2eee4c4d", "DateCompleted": "10/14/2025 3:08:10 AM", "MGA": "sample string 7", "isMapped": true, "Status": "Mapped", "houseHoldId": 8, "ResolutionStatus": "ENROLLMENT", "associateId": "sample string 9", "Market": "sample string 10" }, { "Id": 1, "EndTime": "2025-10-14T03:08:10.303374-07:00", "WhatHappened": 1, "CreatedBy": 2, "PrimaryName": "sample string 3", "Office": "sample string 4", "AgentName": "sample string 5", "policyNumber": "sample string 6", "PresentationGuid": "e07c6fca-b65e-4d39-b2d2-317e2eee4c4d", "DateCompleted": "10/14/2025 3:08:10 AM", "MGA": "sample string 7", "isMapped": true, "Status": "Mapped", "houseHoldId": 8, "ResolutionStatus": "ENROLLMENT", "associateId": "sample string 9", "Market": "sample string 10" } ], "Data": [ { "Id": 1, "EndTime": "2025-10-14T03:08:10.303374-07:00", "WhatHappened": 1, "CreatedBy": 2, "PrimaryName": "sample string 3", "Office": "sample string 4", "AgentName": "sample string 5", "policyNumber": "sample string 6", "PresentationGuid": "e07c6fca-b65e-4d39-b2d2-317e2eee4c4d", "DateCompleted": "10/14/2025 3:08:10 AM", "MGA": "sample string 7", "isMapped": true, "Status": "Mapped", "houseHoldId": 8, "ResolutionStatus": "ENROLLMENT", "associateId": "sample string 9", "Market": "sample string 10" }, { "Id": 1, "EndTime": "2025-10-14T03:08:10.303374-07:00", "WhatHappened": 1, "CreatedBy": 2, "PrimaryName": "sample string 3", "Office": "sample string 4", "AgentName": "sample string 5", "policyNumber": "sample string 6", "PresentationGuid": "e07c6fca-b65e-4d39-b2d2-317e2eee4c4d", "DateCompleted": "10/14/2025 3:08:10 AM", "MGA": "sample string 7", "isMapped": true, "Status": "Mapped", "houseHoldId": 8, "ResolutionStatus": "ENROLLMENT", "associateId": "sample string 9", "Market": "sample string 10" } ], "TotalRecords": 1, "TotalAssociateRecords": 2, "CwaTotal": 3.1, "AlpTotal": 4.1, "AnHTotal": 5.1, "SubmittedAgentCount": 6, "TotalNoPrds": 7, "TotalCompletedNoPrds": 8.1, "TotalCancelNoPrds": 9, "TotalAlpNoPrds": 10.1, "FormattedTotalAlpNoPrds": "10.10", "TotalCompletedAlpNoPrds": 11.1, "FormattedTotalCompletedAlpNoPrds": "11.10", "TotalCancelAlpNoPrds": 12.1, "FormattedTotalCancelAlpNoPrds": "12.10", "IsSearchLimitCompleted": true, "PolicySearchesLeft": "sample string 14" }