POST api/EappNoProduction/GetEappNoPrdList
Request Information
URI Parameters
None.
Body Parameters
EappNoPrdSearchCriteriaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| SortBy | string |
None. |
|
| PolicyHolderName | string |
None. |
|
| SortOrder | string |
None. |
|
| SortColumnIndex | integer |
None. |
|
| AgentName | string |
None. |
|
| ApplicantName | string |
None. |
|
| AgentCode | string |
None. |
|
| QASpecialist | string |
None. |
|
| AssociateId | integer |
None. |
|
| OfficeId | string |
None. |
|
| PolicyNumber | string |
None. |
|
| OfficeName | string |
None. |
|
| HasQAName | boolean |
None. |
|
| HasAgentName | boolean |
None. |
|
| EAppHouseHoldId | integer |
None. |
|
| ApplicationDate | date |
None. |
|
| NOPRDDateRequestedFrom | date |
None. |
|
| NOPRDDateRequestedTo | date |
None. |
|
| NOPRDDateAdded | date |
None. |
|
| NOPRDDateCancel | date |
None. |
|
| NOPRDDateRequested | date |
None. |
|
| Tab | integer |
None. |
|
| isDashboard | boolean |
None. |
|
| UserLocationContext | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageIndex": 1,
"PageSize": 1,
"SortBy": "sample string 1",
"PolicyHolderName": "sample string 2",
"SortOrder": "sample string 3",
"SortColumnIndex": 1,
"AgentName": "sample string 4",
"ApplicantName": "sample string 5",
"AgentCode": "sample string 6",
"QASpecialist": "sample string 7",
"AssociateId": 1,
"OfficeId": "sample string 8",
"PolicyNumber": "sample string 9",
"OfficeName": "sample string 10",
"HasQAName": true,
"HasAgentName": true,
"EAppHouseHoldId": 11,
"ApplicationDate": "2026-02-03T18:29:58.596907-08:00",
"NOPRDDateRequestedFrom": "2026-02-03T18:29:58.596907-08:00",
"NOPRDDateRequestedTo": "2026-02-03T18:29:58.596907-08:00",
"NOPRDDateAdded": "2026-02-03T18:29:58.596907-08:00",
"NOPRDDateCancel": "2026-02-03T18:29:58.596907-08:00",
"NOPRDDateRequested": "2026-02-03T18:29:58.596907-08:00",
"Tab": 12,
"isDashboard": true,
"UserLocationContext": "sample string 14"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfNoProductionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of NoProductionDTO |
None. |
|
| Data | Collection of NoProductionDTO |
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
Sample:
Sample not available.
text/json
Sample:
Sample not available.