GET api/bankstatementfile/bankreconciliation/{bankReconciliationId}/unmatchedfiles
GET: api/GetUnmatched Get the list of BankStatementFile available to do the manual match The files returned are the unmatched for a specific bank and the ones that are in the unknown folder
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bankReconciliationId |
|
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
List of bank statement files
Collection of UnmatchedBankStatementFileViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BankStatementFileId |
|
integer |
None. |
| FileName |
|
string |
None. |
| OriginalFileName |
|
string |
None. |
| CreatedOn |
|
date |
None. |
| BankName |
|
string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.