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": "4cd7e5f0-a703-42ac-ad09-552769f093f7"
}

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": "f081936b-7416-431e-9f79-e26dd78ab620",
    "CountryId": "f3c75548-3007-4f4e-9c46-67e7b9f8d699",
    "HomeAdress": "sample string 5",
    "CourierAddress": "sample string 6",
    "CustomerId": "3802e223-3b98-467a-814a-592efe769b79",
    "MobileCustomerName": "sample string 8",
    "Email": "sample string 9",
    "UsedLimitThisMonth": 1.0,
    "TotalLimit": 1.0,
    "IsUseSepaIban": true,
    "IsSepaBlocked": true,
    "IsEurAccountSepaBlocked": true,
    "IsGbpAccountSepaBlocked": true,
    "SystemUserId": "6e6e7109-c8e8-4ce0-9b35-38c0dc66273e",
    "CustomerName": "sample string 15",
    "CustomerLastName": "sample string 16",
    "BirthDate": "2025-02-21T21:17:59.5270173+03:00",
    "IdentificationNumber": "sample string 17",
    "SepaChangeText": true,
    "CustomerUnlimited": true,
    "InTurkey": 20,
    "HasKpsAddress": true,
    "KpsCityId": "dea855b0-b66d-4a9f-b859-1df0b905d798",
    "KpsCityName": "sample string 23",
    "KpsCountyId": "fcbd6557-f877-45dc-ba8d-560311b571dd",
    "KpsCountyName": "sample string 25",
    "KpsQuarterId": "25d224a7-36bf-4094-8b31-13923f5c6248",
    "KpsQuarterName": "sample string 27",
    "KpsStreet": "sample string 28",
    "KpsBuildNo": "sample string 29",
    "KpsDoorNo": "sample string 30",
    "DateOfIdentity": "2025-02-21T21:17:59.5270173+03:00",
    "ValidDateOfIdendity": "2025-02-21T21:17:59.5270173+03:00",
    "BirthPlace": "sample string 31",
    "IsMetropolCardUser": true,
    "HasSecurityQuestion": true,
    "IsSepaCountry": true,
    "SecurityQuestion": "sample string 35",
    "CompanyCode": "sample string 36"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}