GET api/{apiVersion}/CustomerAccount/CheckUptionTransferByMobilePhoneOrAccountNumber?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": "5cf074d9-c938-48ff-b627-19f853b912f2", "SenderId": "d81b03d2-7e59-4703-a4c2-42431160bae1", "Balance": 3.0, "CurrencyId": "c150c9a2-99a2-43ac-85e8-ee436efcdb96", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "6b56fe99-b40f-4825-82b5-2ce79b8f6e4a", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "a9ad619c-3ab2-4be6-8235-71195f0631c8", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "c6b75ffa-5145-4c71-b59f-dc5f09472d49", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "fe2cd870-59f2-4769-a31e-508345fa1682", "IsShow": true, "InformationText": "sample string 23" }, { "AccountId": "5cf074d9-c938-48ff-b627-19f853b912f2", "SenderId": "d81b03d2-7e59-4703-a4c2-42431160bae1", "Balance": 3.0, "CurrencyId": "c150c9a2-99a2-43ac-85e8-ee436efcdb96", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "6b56fe99-b40f-4825-82b5-2ce79b8f6e4a", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "a9ad619c-3ab2-4be6-8235-71195f0631c8", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "c6b75ffa-5145-4c71-b59f-dc5f09472d49", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "fe2cd870-59f2-4769-a31e-508345fa1682", "IsShow": true, "InformationText": "sample string 23" } ], "IsShowMessage": true, "IsShowRateAndReview": true }