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": "ab6ed125-e862-4f46-a0cd-cb2663e3cd3b"
}

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": "35f24937-5689-43bf-baa0-5d273cc8bb8f",
    "CountryId": "b8a35da7-5374-4c19-81d8-f867ba7df415",
    "HomeAdress": "sample string 5",
    "CourierAddress": "sample string 6",
    "CustomerId": "7a623742-557e-4aa9-a01c-76776de3a8cb",
    "MobileCustomerName": "sample string 8",
    "Email": "sample string 9",
    "UsedLimitThisMonth": 1.0,
    "TotalLimit": 1.0,
    "IsUseSepaIban": true,
    "IsSepaBlocked": true,
    "IsEurAccountSepaBlocked": true,
    "IsGbpAccountSepaBlocked": true,
    "SystemUserId": "579e8e03-c90d-46e5-be59-c8a145bd67ae",
    "CustomerName": "sample string 15",
    "CustomerLastName": "sample string 16",
    "BirthDate": "2024-11-14T07:25:55.3763759+03:00",
    "IdentificationNumber": "sample string 17",
    "SepaChangeText": true,
    "CustomerUnlimited": true,
    "InTurkey": 20,
    "HasKpsAddress": true,
    "KpsCityId": "e3f2eb28-baac-4cf6-8225-c9bc40b8d567",
    "KpsCityName": "sample string 23",
    "KpsCountyId": "e4bee7c2-69e4-4b11-9604-9c9c2a318f78",
    "KpsCountyName": "sample string 25",
    "KpsQuarterId": "46326c2e-5a58-4461-933c-b33518e28c06",
    "KpsQuarterName": "sample string 27",
    "KpsStreet": "sample string 28",
    "KpsBuildNo": "sample string 29",
    "KpsDoorNo": "sample string 30",
    "DateOfIdentity": "2024-11-14T07:25:55.3763759+03:00",
    "ValidDateOfIdendity": "2024-11-14T07:25:55.3763759+03:00",
    "BirthPlace": "sample string 31",
    "IsMetropolCardUser": true,
    "HasSecurityQuestion": true,
    "IsSepaCountry": true,
    "SecurityQuestion": "sample string 35",
    "CompanyCode": "sample string 36"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}