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": "35679fea-7f01-4726-9bfb-4a8385eb4c18", "SenderId": "4b7530eb-34c2-4c21-96b5-aa2babc77ca8", "Balance": 3.0, "CurrencyId": "76fdc45b-5492-4735-a8b1-873987a9a5eb", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "e1db4744-4d48-4d24-a36f-2fd0bb485248", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "340a98b8-0aaf-4c0c-81fc-2accd83df6c3", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "57cb6cbb-eb82-4d1f-a7a5-d597678d6b7e", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "61f81de8-8243-40bf-aeb0-b771f3c4b740", "IsShow": true, "InformationText": "sample string 23" }, { "AccountId": "35679fea-7f01-4726-9bfb-4a8385eb4c18", "SenderId": "4b7530eb-34c2-4c21-96b5-aa2babc77ca8", "Balance": 3.0, "CurrencyId": "76fdc45b-5492-4735-a8b1-873987a9a5eb", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "e1db4744-4d48-4d24-a36f-2fd0bb485248", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "340a98b8-0aaf-4c0c-81fc-2accd83df6c3", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "57cb6cbb-eb82-4d1f-a7a5-d597678d6b7e", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "61f81de8-8243-40bf-aeb0-b771f3c4b740", "IsShow": true, "InformationText": "sample string 23" } ], "IsShowMessage": true, "IsShowRateAndReview": true }