POST api/{apiVersion}/CustomerAccount/GetAccountByIbanOrAccountNumber
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
AccountByIbanOrAccountNumberRequestName | Description | Type | Additional information |
---|---|---|---|
Type | AccountFieldType |
None. |
|
Value | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Type": 1, "Value": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "3a4ddc9b-eb95-47c8-9ed2-2fed16b77e13", "SenderId": "cc32cef4-0270-400c-9ccb-77ae67a3b3aa", "Balance": 3.0, "CurrencyId": "e7c01f7a-9da8-485f-bdfb-6ffa3e807e61", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "6d13b89c-ffb2-4f03-bfbf-e1e946a541ba", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "f622f454-a9f7-4b2a-a54b-ac371f8c8d27", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "a262a7bb-c1a9-4e49-9ff9-71efa72a2a7d", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "02411bdc-fd44-45a0-b914-609e03ec23c2", "IsShow": true, "InformationText": "sample string 23" }, { "AccountId": "3a4ddc9b-eb95-47c8-9ed2-2fed16b77e13", "SenderId": "cc32cef4-0270-400c-9ccb-77ae67a3b3aa", "Balance": 3.0, "CurrencyId": "e7c01f7a-9da8-485f-bdfb-6ffa3e807e61", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "6d13b89c-ffb2-4f03-bfbf-e1e946a541ba", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "f622f454-a9f7-4b2a-a54b-ac371f8c8d27", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "a262a7bb-c1a9-4e49-9ff9-71efa72a2a7d", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "02411bdc-fd44-45a0-b914-609e03ec23c2", "IsShow": true, "InformationText": "sample string 23" } ], "IsShowMessage": true, "IsShowRateAndReview": true }