GET api/{database}/BankTransactionInfoList/{searchValue}/{startDate}/{endDate}?PageSize={PageSize}&PageNumber={PageNumber}

No Documentation Found.



Request Information

Parameters

NameDescriptionAdditional 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": "2024-04-25T18:17:35.1569817",
    "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": "2024-04-25T18:17:35.1569817",
    "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": "2024-04-25T18:17:35.1569817",
    "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>2024-04-25T18:17:35.1569817+02: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>2024-04-25T18:17:35.1569817+02: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>2024-04-25T18:17:35.1569817+02: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>