GET api/{database}/BankTransactionInfoList/{searchValue}/{startDate}/{endDate}?PageSize={PageSize}&PageNumber={PageNumber}
No Documentation Found.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| searchValue | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
| startDate | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
| endDate | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
| pageSet | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
Response Information
Response body formats
application/json, text/json
            Sample:
        
[
  {
    "accountDescription": "sample string 1",
    "messages": [],
    "bankAccount": "sample string 2",
    "canChange": true,
    "cannotChangeReason": "sample string 4",
    "date": "2025-11-04T10:15:03.2835107",
    "description": "sample string 5",
    "fiscalYear": 6,
    "journalId": "sample string 7",
    "journalTransaction": 8,
    "myBankAccount": "sample string 9",
    "name": "sample string 10",
    "paidAmount": 1.0,
    "paymentReference": "sample string 11",
    "processInfo": "sample string 12",
    "receivedAmount": 1.0,
    "subTransaction": 1
  },
  {
    "accountDescription": "sample string 1",
    "messages": [],
    "bankAccount": "sample string 2",
    "canChange": true,
    "cannotChangeReason": "sample string 4",
    "date": "2025-11-04T10:15:03.2835107",
    "description": "sample string 5",
    "fiscalYear": 6,
    "journalId": "sample string 7",
    "journalTransaction": 8,
    "myBankAccount": "sample string 9",
    "name": "sample string 10",
    "paidAmount": 1.0,
    "paymentReference": "sample string 11",
    "processInfo": "sample string 12",
    "receivedAmount": 1.0,
    "subTransaction": 1
  },
  {
    "accountDescription": "sample string 1",
    "messages": [],
    "bankAccount": "sample string 2",
    "canChange": true,
    "cannotChangeReason": "sample string 4",
    "date": "2025-11-04T10:15:03.2835107",
    "description": "sample string 5",
    "fiscalYear": 6,
    "journalId": "sample string 7",
    "journalTransaction": 8,
    "myBankAccount": "sample string 9",
    "name": "sample string 10",
    "paidAmount": 1.0,
    "paymentReference": "sample string 11",
    "processInfo": "sample string 12",
    "receivedAmount": 1.0,
    "subTransaction": 1
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfBankTransactionInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Banking.Info">
  <BankTransactionInfo>
    <AccountDescription>sample string 1</AccountDescription>
    <BankAccount>sample string 2</BankAccount>
    <CanChange>true</CanChange>
    <CannotChangeReason>sample string 4</CannotChangeReason>
    <Date>2025-11-04T10:15:03.2835107+01:00</Date>
    <Description>sample string 5</Description>
    <FiscalYear>6</FiscalYear>
    <JournalId>sample string 7</JournalId>
    <JournalTransaction>8</JournalTransaction>
    <Messages xmlns:d3p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
    <MyBankAccount>sample string 9</MyBankAccount>
    <Name>sample string 10</Name>
    <PaidAmount>1</PaidAmount>
    <PaymentReference>sample string 11</PaymentReference>
    <ProcessInfo>sample string 12</ProcessInfo>
    <ReceivedAmount>1</ReceivedAmount>
    <SubTransaction>1</SubTransaction>
  </BankTransactionInfo>
  <BankTransactionInfo>
    <AccountDescription>sample string 1</AccountDescription>
    <BankAccount>sample string 2</BankAccount>
    <CanChange>true</CanChange>
    <CannotChangeReason>sample string 4</CannotChangeReason>
    <Date>2025-11-04T10:15:03.2835107+01:00</Date>
    <Description>sample string 5</Description>
    <FiscalYear>6</FiscalYear>
    <JournalId>sample string 7</JournalId>
    <JournalTransaction>8</JournalTransaction>
    <Messages xmlns:d3p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
    <MyBankAccount>sample string 9</MyBankAccount>
    <Name>sample string 10</Name>
    <PaidAmount>1</PaidAmount>
    <PaymentReference>sample string 11</PaymentReference>
    <ProcessInfo>sample string 12</ProcessInfo>
    <ReceivedAmount>1</ReceivedAmount>
    <SubTransaction>1</SubTransaction>
  </BankTransactionInfo>
  <BankTransactionInfo>
    <AccountDescription>sample string 1</AccountDescription>
    <BankAccount>sample string 2</BankAccount>
    <CanChange>true</CanChange>
    <CannotChangeReason>sample string 4</CannotChangeReason>
    <Date>2025-11-04T10:15:03.2835107+01:00</Date>
    <Description>sample string 5</Description>
    <FiscalYear>6</FiscalYear>
    <JournalId>sample string 7</JournalId>
    <JournalTransaction>8</JournalTransaction>
    <Messages xmlns:d3p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
    <MyBankAccount>sample string 9</MyBankAccount>
    <Name>sample string 10</Name>
    <PaidAmount>1</PaidAmount>
    <PaymentReference>sample string 11</PaymentReference>
    <ProcessInfo>sample string 12</ProcessInfo>
    <ReceivedAmount>1</ReceivedAmount>
    <SubTransaction>1</SubTransaction>
  </BankTransactionInfo>
</ArrayOfBankTransactionInfo>