GET api/Lean/GetUserConnectedBanks

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LeanConnectedBankEntityInfo
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

LinkedBankID

string

None.

UserBankEntityID

string

None.

UserID

globally unique identifier

None.

DateCreated

date

None.

Customer_id

string

None.

BankIdentifier

string

None.

BankLogo

string

None.

BankName

string

None.

full_name

string

None.

mobile_number

string

None.

gender

string

None.

national_identity_number

string

None.

birth_date

string

None.

email_address

string

None.

address

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": "d57b576d-30ba-4a0c-884f-62c743e38f44",
    "LinkedBankID": "sample string 2",
    "UserBankEntityID": "sample string 3",
    "UserID": "d1204ba5-9e32-4014-9745-f9b7912c66e6",
    "DateCreated": "2024-10-01T10:00:45.9066677+00:00",
    "Customer_id": "sample string 6",
    "BankIdentifier": "sample string 7",
    "BankLogo": "sample string 8",
    "BankName": "sample string 9",
    "full_name": "sample string 10",
    "mobile_number": "sample string 11",
    "gender": "sample string 12",
    "national_identity_number": "sample string 13",
    "birth_date": "sample string 14",
    "email_address": "sample string 15",
    "address": "sample string 16"
  },
  {
    "ID": "d57b576d-30ba-4a0c-884f-62c743e38f44",
    "LinkedBankID": "sample string 2",
    "UserBankEntityID": "sample string 3",
    "UserID": "d1204ba5-9e32-4014-9745-f9b7912c66e6",
    "DateCreated": "2024-10-01T10:00:45.9066677+00:00",
    "Customer_id": "sample string 6",
    "BankIdentifier": "sample string 7",
    "BankLogo": "sample string 8",
    "BankName": "sample string 9",
    "full_name": "sample string 10",
    "mobile_number": "sample string 11",
    "gender": "sample string 12",
    "national_identity_number": "sample string 13",
    "birth_date": "sample string 14",
    "email_address": "sample string 15",
    "address": "sample string 16"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLeanConnectedBankEntityInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.DataLayer.Common">
  <LeanConnectedBankEntityInfo>
    <BankIdentifier>sample string 7</BankIdentifier>
    <BankLogo>sample string 8</BankLogo>
    <BankName>sample string 9</BankName>
    <Customer_id>sample string 6</Customer_id>
    <DateCreated>2024-10-01T10:00:45.9066677+00:00</DateCreated>
    <ID>d57b576d-30ba-4a0c-884f-62c743e38f44</ID>
    <LinkedBankID>sample string 2</LinkedBankID>
    <UserBankEntityID>sample string 3</UserBankEntityID>
    <UserID>d1204ba5-9e32-4014-9745-f9b7912c66e6</UserID>
    <address>sample string 16</address>
    <birth_date>sample string 14</birth_date>
    <email_address>sample string 15</email_address>
    <full_name>sample string 10</full_name>
    <gender>sample string 12</gender>
    <mobile_number>sample string 11</mobile_number>
    <national_identity_number>sample string 13</national_identity_number>
  </LeanConnectedBankEntityInfo>
  <LeanConnectedBankEntityInfo>
    <BankIdentifier>sample string 7</BankIdentifier>
    <BankLogo>sample string 8</BankLogo>
    <BankName>sample string 9</BankName>
    <Customer_id>sample string 6</Customer_id>
    <DateCreated>2024-10-01T10:00:45.9066677+00:00</DateCreated>
    <ID>d57b576d-30ba-4a0c-884f-62c743e38f44</ID>
    <LinkedBankID>sample string 2</LinkedBankID>
    <UserBankEntityID>sample string 3</UserBankEntityID>
    <UserID>d1204ba5-9e32-4014-9745-f9b7912c66e6</UserID>
    <address>sample string 16</address>
    <birth_date>sample string 14</birth_date>
    <email_address>sample string 15</email_address>
    <full_name>sample string 10</full_name>
    <gender>sample string 12</gender>
    <mobile_number>sample string 11</mobile_number>
    <national_identity_number>sample string 13</national_identity_number>
  </LeanConnectedBankEntityInfo>
</ArrayOfLeanConnectedBankEntityInfo>