POST api/{apiVersion}/Customer/GetMobileCustomerRegistrationStatus

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

MobileCustomerRegistrationStatusRequest
NameDescriptionTypeAdditional information
SenderId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "SenderId": "ee0810ae-5b9c-4c6d-bf14-75bd7e650b48"
}

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": "6453ae53-029e-41de-8248-a789656ba636",
    "CountryId": "df166b5e-ccf9-4432-80a0-19e5e96eb608",
    "HomeAdress": "sample string 5",
    "HomeZipCode": "sample string 6",
    "CourierAddress": "sample string 7",
    "CustomerId": "c057720d-3973-40d7-bf5e-6d935e77ae82",
    "MobileCustomerName": "sample string 9",
    "Email": "sample string 10",
    "UsedLimitThisMonth": 1.0,
    "TotalLimit": 1.0,
    "IsUseSepaIban": true,
    "IsSepaBlocked": true,
    "IsEurAccountSepaBlocked": true,
    "IsGbpAccountSepaBlocked": true,
    "SystemUserId": "35bb7b0f-b5fd-4b53-935d-42f9db61fbf1",
    "CustomerName": "sample string 16",
    "CustomerLastName": "sample string 17",
    "BirthDate": "2025-07-08T16:20:24.0243908+03:00",
    "IdentificationNumber": "sample string 18",
    "SepaChangeText": true,
    "CustomerUnlimited": true,
    "InTurkey": 21,
    "HasKpsAddress": true,
    "KpsCityId": "422a6031-6e01-47ef-bfa7-380a605ef816",
    "KpsCityName": "sample string 24",
    "KpsCountyId": "59bf2787-f7f1-4027-a9af-0bf8b9f0b040",
    "KpsCountyName": "sample string 26",
    "KpsQuarterId": "8df645a7-13a5-41f6-9590-90c95d2f77dd",
    "KpsQuarterName": "sample string 28",
    "KpsStreet": "sample string 29",
    "KpsBuildNo": "sample string 30",
    "KpsDoorNo": "sample string 31",
    "DateOfIdentity": "2025-07-08T16:20:24.0243908+03:00",
    "ValidDateOfIdendity": "2025-07-08T16:20:24.0243908+03:00",
    "BirthPlace": "sample string 32",
    "IsMetropolCardUser": true,
    "HasSecurityQuestion": true,
    "IsSepaCountry": true,
    "SecurityQuestion": "sample string 36",
    "CompanyCode": "sample string 37"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}