GET api/v1/CustomerAccount/GetAccountByIbanOrAccountNumber?type={type}&value={value}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
type | AccountFieldType |
Required |
|
value | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfCustomerAccountName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of CustomerAccount |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "AccountId": "a21ef8bd-c0df-49f8-8295-33efb188c495", "SenderId": "93d5c98d-f6dd-49f9-8c08-ed9034b79f02", "Balance": 3.0, "CurrencyId": "7ad20d10-9651-49a3-b579-bfc31151f368", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "1539c8d4-711b-4a46-bc9d-a50803246dc2", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "a47036f0-d5e8-46cd-9879-ae3c67451bf3", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "cdcc8baa-5486-4706-a8f0-0ae694cb4055", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "6330b17b-1520-4f25-8359-fb1a20c50ee7", "IsShow": true, "InformationText": "sample string 23" }, { "AccountId": "a21ef8bd-c0df-49f8-8295-33efb188c495", "SenderId": "93d5c98d-f6dd-49f9-8c08-ed9034b79f02", "Balance": 3.0, "CurrencyId": "7ad20d10-9651-49a3-b579-bfc31151f368", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "1539c8d4-711b-4a46-bc9d-a50803246dc2", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "a47036f0-d5e8-46cd-9879-ae3c67451bf3", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "cdcc8baa-5486-4706-a8f0-0ae694cb4055", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "6330b17b-1520-4f25-8359-fb1a20c50ee7", "IsShow": true, "InformationText": "sample string 23" } ], "IsShowMessage": true, "IsShowRateAndReview": true }