POST api/BankAccountVerification/ExportBankAccountVerificationList
Request Information
URI Parameters
None.
Body Parameters
BankAccountVerificationSearchCriteriaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| SortBy | string |
None. |
|
| SortOrder | string |
None. |
|
| SortColumnIndex | integer |
None. |
|
| PolicyNumber | string |
None. |
|
| ClientName | string |
None. |
|
| ClientEmailAddress | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| UserId | integer |
None. |
|
| LocationCodes | Collection of string |
None. |
|
| phoneNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageIndex": 1,
"PageSize": 2,
"SortBy": "sample string 3",
"SortOrder": "sample string 4",
"SortColumnIndex": 1,
"PolicyNumber": "sample string 5",
"ClientName": "sample string 6",
"ClientEmailAddress": "sample string 7",
"StartDate": "2026-02-03T18:27:28.4283355-08:00",
"EndDate": "2026-02-03T18:27:28.4283355-08:00",
"UserId": 1,
"LocationCodes": [
"sample string 1",
"sample string 2"
],
"phoneNumber": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FileInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| FileName | string |
None. |
|
| ContentType | string |
None. |
|
| FileData | Collection of byte |
None. |
|
| Data | string |
None. |
|
| AssociateId | integer |
None. |
|
| Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"FileName": "sample string 1",
"ContentType": "sample string 2",
"FileData": "QEA=",
"Data": "sample string 3",
"AssociateId": 4,
"Status": 5
}