GET api/Lean/GetUserConnectedBanks
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LeanConnectedBankEntityInfoName | Description | Type | Additional 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": "5e0406e6-4402-4fe0-a37d-0be3f2b9fc63", "LinkedBankID": "sample string 2", "UserBankEntityID": "sample string 3", "UserID": "0870aacd-5b38-42c4-8222-f81bd4e83fa9", "DateCreated": "2023-06-08T09:00:08.6074276+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": "5e0406e6-4402-4fe0-a37d-0be3f2b9fc63", "LinkedBankID": "sample string 2", "UserBankEntityID": "sample string 3", "UserID": "0870aacd-5b38-42c4-8222-f81bd4e83fa9", "DateCreated": "2023-06-08T09:00:08.6074276+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>2023-06-08T09:00:08.6074276+00:00</DateCreated> <ID>5e0406e6-4402-4fe0-a37d-0be3f2b9fc63</ID> <LinkedBankID>sample string 2</LinkedBankID> <UserBankEntityID>sample string 3</UserBankEntityID> <UserID>0870aacd-5b38-42c4-8222-f81bd4e83fa9</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>2023-06-08T09:00:08.6074276+00:00</DateCreated> <ID>5e0406e6-4402-4fe0-a37d-0be3f2b9fc63</ID> <LinkedBankID>sample string 2</LinkedBankID> <UserBankEntityID>sample string 3</UserBankEntityID> <UserID>0870aacd-5b38-42c4-8222-f81bd4e83fa9</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>