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": "53860ad3-4c57-4fca-a6e8-50c8153eb7f9", "SenderId": "64cfe96f-6346-4dd1-aacb-405598882f5b", "Balance": 3.0, "CurrencyId": "cfe9930d-129a-4561-8ff5-824f2b8a0b04", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "135600a8-bb34-4fa8-bace-59e2cbc23157", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "2aabe2e8-a745-454b-981d-f07c47627412", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "f00b3918-c14b-4985-a843-204427477c3e", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "dede2697-8df9-4e92-9f21-36a9a721b922", "IsShow": true, "InformationText": "sample string 23" }, { "AccountId": "53860ad3-4c57-4fca-a6e8-50c8153eb7f9", "SenderId": "64cfe96f-6346-4dd1-aacb-405598882f5b", "Balance": 3.0, "CurrencyId": "cfe9930d-129a-4561-8ff5-824f2b8a0b04", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "135600a8-bb34-4fa8-bace-59e2cbc23157", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "2aabe2e8-a745-454b-981d-f07c47627412", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "f00b3918-c14b-4985-a843-204427477c3e", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "dede2697-8df9-4e92-9f21-36a9a721b922", "IsShow": true, "InformationText": "sample string 23" } ], "IsShowMessage": true, "IsShowRateAndReview": true }