GET api/{apiVersion}/Customer/GetMobileCustomerType?mobilePhone={mobilePhone}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mobilePhone

string

Required

apiVersion

string

None.

Body Parameters

None.

Response Information

Resource Description

ServiceResponseOfMobileCustomerTypeResponse
NameDescriptionTypeAdditional 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": "2a9368fc-701c-4ecd-89d1-e22a46da16e2",
    "CountryId": "206fde15-7b2c-4a71-a3f0-ba8a47a7579e",
    "HomeAdress": "sample string 5",
    "CourierAddress": "sample string 6",
    "CustomerId": "93a208ba-c435-42e7-b71a-54644d7742ef",
    "MobileCustomerName": "sample string 8",
    "Email": "sample string 9",
    "UsedLimitThisMonth": 1.0,
    "TotalLimit": 1.0,
    "IsUseSepaIban": true,
    "IsSepaBlocked": true,
    "IsEurAccountSepaBlocked": true,
    "IsGbpAccountSepaBlocked": true,
    "SystemUserId": "9f6f6e9a-0344-4b99-9237-517527855348",
    "CustomerName": "sample string 15",
    "CustomerLastName": "sample string 16",
    "BirthDate": "2024-11-14T07:21:54.0628584+03:00",
    "IdentificationNumber": "sample string 17",
    "SepaChangeText": true,
    "CustomerUnlimited": true,
    "InTurkey": 20,
    "HasKpsAddress": true,
    "KpsCityId": "f0185fed-e5d4-442f-a648-065b1615697f",
    "KpsCityName": "sample string 23",
    "KpsCountyId": "ff5663a7-9560-4574-80fe-49cdfad46b3c",
    "KpsCountyName": "sample string 25",
    "KpsQuarterId": "c75f681e-36f5-4862-97b5-6542c9469e4e",
    "KpsQuarterName": "sample string 27",
    "KpsStreet": "sample string 28",
    "KpsBuildNo": "sample string 29",
    "KpsDoorNo": "sample string 30",
    "DateOfIdentity": "2024-11-14T07:21:54.0628584+03:00",
    "ValidDateOfIdendity": "2024-11-14T07:21:54.0628584+03:00",
    "BirthPlace": "sample string 31",
    "IsMetropolCardUser": true,
    "HasSecurityQuestion": true,
    "IsSepaCountry": true,
    "SecurityQuestion": "sample string 35",
    "CompanyCode": "sample string 36"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}