GET api/{apiVersion}/CustomerAccount/GetAccountByIbanOrAccountNumber?type={type}&value={value}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
type | AccountFieldType |
Required |
|
value | string |
Required |
|
apiVersion | string |
None. |
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": "d6bdfc68-f616-4e6b-9376-4be91b54abcb", "SenderId": "b56fa9f6-fa71-4e55-ba04-b292b97c9709", "Balance": 3.0, "CurrencyId": "4f83e43f-0156-4838-a47b-1df3d525748b", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "d0c37feb-d507-441b-b05b-e7aa33476872", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "9247a01a-6e5f-4dde-ac82-1626493e9db0", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "bf909d5f-1c34-470e-a893-82f1335d0be9", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "28ad1d77-1d8d-41f9-b231-d7c524b156a3", "IsShow": true, "InformationText": "sample string 23" }, { "AccountId": "d6bdfc68-f616-4e6b-9376-4be91b54abcb", "SenderId": "b56fa9f6-fa71-4e55-ba04-b292b97c9709", "Balance": 3.0, "CurrencyId": "4f83e43f-0156-4838-a47b-1df3d525748b", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "d0c37feb-d507-441b-b05b-e7aa33476872", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "9247a01a-6e5f-4dde-ac82-1626493e9db0", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "bf909d5f-1c34-470e-a893-82f1335d0be9", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "28ad1d77-1d8d-41f9-b231-d7c524b156a3", "IsShow": true, "InformationText": "sample string 23" } ], "IsShowMessage": true, "IsShowRateAndReview": true }