GET api/{database}/BankInfoList
Gets a list of BankInfo that matches the specified criteria
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"accountHolder": "sample string 1",
"bankAccount": "sample string 2",
"bankId": "sample string 3",
"batchBooking": true,
"billerId": "sample string 5",
"collectionDescription": 0,
"description": "sample string 6",
"exportTypeDomestic": 0,
"exportTypeForeign": 0,
"iban": "sample string 7",
"importFormat": 0,
"isPreferred": true,
"minimumBalance": 9.0,
"paymentDescription": 0,
"swift": "sample string 10"
},
{
"accountHolder": "sample string 1",
"bankAccount": "sample string 2",
"bankId": "sample string 3",
"batchBooking": true,
"billerId": "sample string 5",
"collectionDescription": 0,
"description": "sample string 6",
"exportTypeDomestic": 0,
"exportTypeForeign": 0,
"iban": "sample string 7",
"importFormat": 0,
"isPreferred": true,
"minimumBalance": 9.0,
"paymentDescription": 0,
"swift": "sample string 10"
},
{
"accountHolder": "sample string 1",
"bankAccount": "sample string 2",
"bankId": "sample string 3",
"batchBooking": true,
"billerId": "sample string 5",
"collectionDescription": 0,
"description": "sample string 6",
"exportTypeDomestic": 0,
"exportTypeForeign": 0,
"iban": "sample string 7",
"importFormat": 0,
"isPreferred": true,
"minimumBalance": 9.0,
"paymentDescription": 0,
"swift": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfBankInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Financial.Info">
<BankInfo>
<AccountHolder>sample string 1</AccountHolder>
<BankAccount>sample string 2</BankAccount>
<BankId>sample string 3</BankId>
<BatchBooking>true</BatchBooking>
<BillerId>sample string 5</BillerId>
<CollectionDescription>None</CollectionDescription>
<Description>sample string 6</Description>
<ExportTypeDomestic>None</ExportTypeDomestic>
<ExportTypeForeign>None</ExportTypeForeign>
<Iban>sample string 7</Iban>
<ImportFormat>None</ImportFormat>
<IsPreferred>true</IsPreferred>
<MinimumBalance>9</MinimumBalance>
<PaymentDescription>None</PaymentDescription>
<Swift>sample string 10</Swift>
</BankInfo>
<BankInfo>
<AccountHolder>sample string 1</AccountHolder>
<BankAccount>sample string 2</BankAccount>
<BankId>sample string 3</BankId>
<BatchBooking>true</BatchBooking>
<BillerId>sample string 5</BillerId>
<CollectionDescription>None</CollectionDescription>
<Description>sample string 6</Description>
<ExportTypeDomestic>None</ExportTypeDomestic>
<ExportTypeForeign>None</ExportTypeForeign>
<Iban>sample string 7</Iban>
<ImportFormat>None</ImportFormat>
<IsPreferred>true</IsPreferred>
<MinimumBalance>9</MinimumBalance>
<PaymentDescription>None</PaymentDescription>
<Swift>sample string 10</Swift>
</BankInfo>
<BankInfo>
<AccountHolder>sample string 1</AccountHolder>
<BankAccount>sample string 2</BankAccount>
<BankId>sample string 3</BankId>
<BatchBooking>true</BatchBooking>
<BillerId>sample string 5</BillerId>
<CollectionDescription>None</CollectionDescription>
<Description>sample string 6</Description>
<ExportTypeDomestic>None</ExportTypeDomestic>
<ExportTypeForeign>None</ExportTypeForeign>
<Iban>sample string 7</Iban>
<ImportFormat>None</ImportFormat>
<IsPreferred>true</IsPreferred>
<MinimumBalance>9</MinimumBalance>
<PaymentDescription>None</PaymentDescription>
<Swift>sample string 10</Swift>
</BankInfo>
</ArrayOfBankInfo>