POST api/v1/enquiry/bank-account-statement-request

Request Information

URI Parameters

None.

Body Parameters

BankAccountStatementRequest
NameDescriptionTypeAdditional information
AccountNumber

string

None.

StartDate

date

None.

EndDate

date

None.

RequestId

string

Required

Matching regular expression pattern: (^[ A-Za-z0-9.|/-]+$)

CountryId

string

Required

Request Formats

application/json, text/json

Sample:
{
  "AccountNumber": "sample string 1",
  "StartDate": "2026-02-20T21:47:20.6914789+00:00",
  "EndDate": "2026-02-20T21:47:20.6914789+00:00",
  "RequestId": "sample string 4",
  "CountryId": "sample string 5"
}

application/xml, text/xml

Sample:
<BankAccountStatementRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FirstBank.SingleBiller.CoreObject.DataTransferObjects">
  <CountryId>sample string 5</CountryId>
  <RequestId>sample string 4</RequestId>
  <AccountNumber>sample string 1</AccountNumber>
  <EndDate>2026-02-20T21:47:20.6914789+00:00</EndDate>
  <StartDate>2026-02-20T21:47:20.6914789+00:00</StartDate>
</BankAccountStatementRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.