POST v1/banklogins/{bankLoginId}/bankAccounts/{bankAccountId}/bankstatements/crawl?maxMonthsToCrawl={maxMonthsToCrawl}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bankLoginId | globally unique identifier |
Required |
|
| bankAccountId | globally unique identifier |
Required |
|
| maxMonthsToCrawl | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
BankStatementsCrawlResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CrawlEndDate | string |
None. |
|
| CrawlStartDate | string |
None. |
|
| NoOfNewBankStatements | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"crawlEndDate": "sample string 1",
"crawlStartDate": "sample string 2",
"noOfNewBankStatements": 3
}
application/xml, text/xml
Sample:
<BankStatementsCrawlResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HhBudget.Presentation.WebApi.Models"> <CrawlEndDate>sample string 1</CrawlEndDate> <CrawlStartDate>sample string 2</CrawlStartDate> <NoOfNewBankStatements>3</NoOfNewBankStatements> </BankStatementsCrawlResultModel>