POST api/{apiVersion}/Customer/GetMobileCustomerRegistrationStatus
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
MobileCustomerRegistrationStatusRequestName | Description | Type | Additional information |
---|---|---|---|
SenderId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "SenderId": "82de4d3a-0796-419f-aeae-86401a09af49" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfMobileCustomerTypeResponseName | Description | Type | Additional 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": "a9c8bec1-666b-4584-a0af-734103dbf4b9", "CountryId": "72512dea-80d8-4f43-a5aa-07a8e896c338", "HomeAdress": "sample string 5", "CourierAddress": "sample string 6", "CustomerId": "ee30b8a8-ccca-4bab-a449-79bbabb2b1c5", "MobileCustomerName": "sample string 8", "Email": "sample string 9", "UsedLimitThisMonth": 1.0, "TotalLimit": 1.0, "IsUseSepaIban": true, "IsSepaBlocked": true, "IsEurAccountSepaBlocked": true, "IsGbpAccountSepaBlocked": true, "SystemUserId": "fdea8127-6014-4eff-be34-25db52607381", "CustomerName": "sample string 15", "CustomerLastName": "sample string 16", "BirthDate": "2024-11-14T07:24:00.8047939+03:00", "IdentificationNumber": "sample string 17", "SepaChangeText": true, "CustomerUnlimited": true, "InTurkey": 20, "HasKpsAddress": true, "KpsCityId": "9e15ac46-5296-4011-ba3f-4775550bbbeb", "KpsCityName": "sample string 23", "KpsCountyId": "2fca6e15-0af9-4c0a-ad4d-98408a940c7c", "KpsCountyName": "sample string 25", "KpsQuarterId": "be2f1a7f-043e-4960-b7e0-6e8e621bb10c", "KpsQuarterName": "sample string 27", "KpsStreet": "sample string 28", "KpsBuildNo": "sample string 29", "KpsDoorNo": "sample string 30", "DateOfIdentity": "2024-11-14T07:24:00.8047939+03:00", "ValidDateOfIdendity": "2024-11-14T07:24:00.8047939+03:00", "BirthPlace": "sample string 31", "IsMetropolCardUser": true, "HasSecurityQuestion": true, "IsSepaCountry": true, "SecurityQuestion": "sample string 35", "CompanyCode": "sample string 36" }, "IsShowMessage": true, "IsShowRateAndReview": true }