POST FullAccountStatment

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Criteria
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "From": "2025-04-29T16:16:07.5306822+03:00",
  "To": "2025-04-29T16:16:07.5306822+03:00",
  "AccountRef": "sample string 3",
  "Lastn": 4,
  "VtFlag": "sample string 5",
  "CIF": "sample string 6"
}

text/xml

Sample:
<AccountstatmentCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChamBankWebservice.Models">
  <AccountRef>sample string 3</AccountRef>
  <CIF>sample string 6</CIF>
  <From>2025-04-29T16:16:07.5306822+03:00</From>
  <Lastn>4</Lastn>
  <To>2025-04-29T16:16:07.5306822+03:00</To>
  <VtFlag>sample string 5</VtFlag>
</AccountstatmentCriteria>

application/x-www-form-urlencoded

Sample:

Sample not available.