POST api/BankAccountVerification/ExportBankAccountVerificationList
Request Information
URI Parameters
None.
Body Parameters
BankAccountVerificationSearchCriteriaDTOName | 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": "2025-10-14T00:39:56.3096585-07:00", "EndDate": "2025-10-14T00:39:56.3096585-07: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
FileInfoDTOName | 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 }