POST api/ReviewApplication/SaveExcelEappNeedsAnalysisRequestEmail
Request Information
URI Parameters
None.
Body Parameters
EappNeedAnalysisSearchDTO| Name | 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": "2026-02-03T18:25:56.7940823-08:00",
"EndDate": "2026-02-03T18:25:56.7940823-08: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
booleanResponse Formats
application/json, text/json
Sample:
true