POST api/{apiVersion}/Customer/GetMobileCustomerType

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

MobileCustomerTypeRequest
NameDescriptionTypeAdditional information
MobilePhone

string

None.

CustomerId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "MobilePhone": "sample string 1",
  "CustomerId": "1f18fd18-fc60-41dc-bc2c-ef749a6b379f"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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": "e140ae69-ccd4-46d3-945b-bfc18fd66631",
    "CountryId": "2f107bf6-13aa-4a04-b75c-9014f324f359",
    "HomeAdress": "sample string 5",
    "HomeZipCode": "sample string 6",
    "CourierAddress": "sample string 7",
    "CustomerId": "d4a7d267-4cc1-44ed-ac72-fd124d6ae8d3",
    "MobileCustomerName": "sample string 9",
    "Email": "sample string 10",
    "UsedLimitThisMonth": 1.0,
    "TotalLimit": 1.0,
    "IsUseSepaIban": true,
    "IsSepaBlocked": true,
    "IsEurAccountSepaBlocked": true,
    "IsGbpAccountSepaBlocked": true,
    "SystemUserId": "2a960297-ddf0-4288-882c-cda30d026fc8",
    "CustomerName": "sample string 16",
    "CustomerLastName": "sample string 17",
    "BirthDate": "2025-07-08T16:08:51.9597084+03:00",
    "IdentificationNumber": "sample string 18",
    "SepaChangeText": true,
    "CustomerUnlimited": true,
    "InTurkey": 21,
    "HasKpsAddress": true,
    "KpsCityId": "4d67ce7e-fb16-4438-ace5-72779bc2bc39",
    "KpsCityName": "sample string 24",
    "KpsCountyId": "028b180f-07a1-4fc9-a010-eec73cb6bbe9",
    "KpsCountyName": "sample string 26",
    "KpsQuarterId": "259f629e-1091-41dd-b13f-760e60f955bf",
    "KpsQuarterName": "sample string 28",
    "KpsStreet": "sample string 29",
    "KpsBuildNo": "sample string 30",
    "KpsDoorNo": "sample string 31",
    "DateOfIdentity": "2025-07-08T16:08:51.9597084+03:00",
    "ValidDateOfIdendity": "2025-07-08T16:08:51.9597084+03:00",
    "BirthPlace": "sample string 32",
    "IsMetropolCardUser": true,
    "HasSecurityQuestion": true,
    "IsSepaCountry": true,
    "SecurityQuestion": "sample string 36",
    "CompanyCode": "sample string 37"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}