POST api/Lean/GetDapiConnectedBank

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DapiConnectedBankModel
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

bank_id

string

None.

bank_name

string

None.

swift_code

string

None.

branch_name

string

None.

branch_address

string

None.

cooldown_period

integer

None.

cooldown_finished_at

date

None.

status

string

None.

DateCreated

date

None.

BankCardId

globally unique identifier

None.

UserId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": "ddf641b7-dadc-4b7c-a72f-2b74fa81f517",
    "bank_id": "sample string 2",
    "bank_name": "sample string 3",
    "swift_code": "sample string 4",
    "branch_name": "sample string 5",
    "branch_address": "sample string 6",
    "cooldown_period": 1,
    "cooldown_finished_at": "2024-10-01T10:00:49.934815+00:00",
    "status": "sample string 7",
    "DateCreated": "2024-10-01T10:00:49.934815+00:00",
    "BankCardId": "b86b8761-1430-406e-b581-9e6895a27922",
    "UserId": "64a06e69-8a76-474e-b67f-85bef67167d6"
  },
  {
    "ID": "ddf641b7-dadc-4b7c-a72f-2b74fa81f517",
    "bank_id": "sample string 2",
    "bank_name": "sample string 3",
    "swift_code": "sample string 4",
    "branch_name": "sample string 5",
    "branch_address": "sample string 6",
    "cooldown_period": 1,
    "cooldown_finished_at": "2024-10-01T10:00:49.934815+00:00",
    "status": "sample string 7",
    "DateCreated": "2024-10-01T10:00:49.934815+00:00",
    "BankCardId": "b86b8761-1430-406e-b581-9e6895a27922",
    "UserId": "64a06e69-8a76-474e-b67f-85bef67167d6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLean.DapiConnectedBankModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.DataLayer.Common">
  <Lean.DapiConnectedBankModel>
    <BankCardId>b86b8761-1430-406e-b581-9e6895a27922</BankCardId>
    <DateCreated>2024-10-01T10:00:49.934815+00:00</DateCreated>
    <ID>ddf641b7-dadc-4b7c-a72f-2b74fa81f517</ID>
    <UserId>64a06e69-8a76-474e-b67f-85bef67167d6</UserId>
    <bank_id>sample string 2</bank_id>
    <bank_name>sample string 3</bank_name>
    <branch_address>sample string 6</branch_address>
    <branch_name>sample string 5</branch_name>
    <cooldown_finished_at>2024-10-01T10:00:49.934815+00:00</cooldown_finished_at>
    <cooldown_period>1</cooldown_period>
    <status>sample string 7</status>
    <swift_code>sample string 4</swift_code>
  </Lean.DapiConnectedBankModel>
  <Lean.DapiConnectedBankModel>
    <BankCardId>b86b8761-1430-406e-b581-9e6895a27922</BankCardId>
    <DateCreated>2024-10-01T10:00:49.934815+00:00</DateCreated>
    <ID>ddf641b7-dadc-4b7c-a72f-2b74fa81f517</ID>
    <UserId>64a06e69-8a76-474e-b67f-85bef67167d6</UserId>
    <bank_id>sample string 2</bank_id>
    <bank_name>sample string 3</bank_name>
    <branch_address>sample string 6</branch_address>
    <branch_name>sample string 5</branch_name>
    <cooldown_finished_at>2024-10-01T10:00:49.934815+00:00</cooldown_finished_at>
    <cooldown_period>1</cooldown_period>
    <status>sample string 7</status>
    <swift_code>sample string 4</swift_code>
  </Lean.DapiConnectedBankModel>
</ArrayOfLean.DapiConnectedBankModel>