POST api/{apiVersion}/Customer/GetMobileCustomerTypeWithoutAuthentication
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
MobileCustomerTypeRequestName | Description | Type | Additional information |
---|---|---|---|
MobilePhone | string |
None. |
|
CustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "MobilePhone": "sample string 1", "CustomerId": "fc47fbb4-dd95-4bf7-9e80-24677a033dc1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfMobileCustomerTypeResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | MobileCustomerTypeResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "MobileCustomerType": 0, "CustomerStatu": 0, "NationalityCode": "sample string 1", "IsKpsNewIdentityCard": true, "NationalityId": "e2ca6057-a7b6-4ee1-931f-796a98373a0f", "CountryId": "98375662-075d-4887-a7f7-98484348a2e0", "HomeAdress": "sample string 5", "HomeZipCode": "sample string 6", "CourierAddress": "sample string 7", "CustomerId": "57de28da-5d8f-4630-8245-6a99b621988d", "MobileCustomerName": "sample string 9", "Email": "sample string 10", "UsedLimitThisMonth": 1.0, "TotalLimit": 1.0, "IsUseSepaIban": true, "IsSepaBlocked": true, "IsEurAccountSepaBlocked": true, "IsGbpAccountSepaBlocked": true, "SystemUserId": "ba3757d3-921c-4e7b-b1c4-d800909367e4", "CustomerName": "sample string 16", "CustomerLastName": "sample string 17", "BirthDate": "2025-07-08T15:44:55.1391985+03:00", "IdentificationNumber": "sample string 18", "SepaChangeText": true, "CustomerUnlimited": true, "InTurkey": 21, "HasKpsAddress": true, "KpsCityId": "b1d94cca-aa2a-4c1e-9023-27c0e0480a71", "KpsCityName": "sample string 24", "KpsCountyId": "52492443-e9a1-4323-89eb-af696e819111", "KpsCountyName": "sample string 26", "KpsQuarterId": "46227906-27ce-4062-8cd4-ccc2c5448cb9", "KpsQuarterName": "sample string 28", "KpsStreet": "sample string 29", "KpsBuildNo": "sample string 30", "KpsDoorNo": "sample string 31", "DateOfIdentity": "2025-07-08T15:44:55.1391985+03:00", "ValidDateOfIdendity": "2025-07-08T15:44:55.1391985+03:00", "BirthPlace": "sample string 32", "IsMetropolCardUser": true, "HasSecurityQuestion": true, "IsSepaCountry": true, "SecurityQuestion": "sample string 36", "CompanyCode": "sample string 37" }, "IsShowMessage": true, "IsShowRateAndReview": true }