POST api/{apiVersion}/Customer/ConvertToUnlimitedCustomerForGlobal?version={version}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
Default value is |
|
apiVersion | string |
None. |
Body Parameters
GlobalUnlimitedCustomerRequestName | Description | Type | Additional information |
---|---|---|---|
NationalityId | globally unique identifier |
None. |
|
HomeCountryId | globally unique identifier |
None. |
|
PassportNumber | string |
None. |
|
Name | string |
None. |
|
Surname | string |
None. |
|
DateOfBirth | string |
None. |
|
EmailAddress | string |
None. |
|
MobileCustomerType | MobileCustomerType |
None. |
|
CustomerId | globally unique identifier |
None. |
|
PlaceOfBirth | string |
None. |
|
PlaceOfBirthCountryId | globally unique identifier |
None. |
|
FatherName | string |
None. |
|
MotherName | string |
None. |
|
GenderId | globally unique identifier |
None. |
|
HomeCity | string |
None. |
|
ValidDateOfIdendity | date |
None. |
|
SecurityAnswer | string |
None. |
|
SecurityQuestionId | globally unique identifier |
None. |
|
IsNfcAvailable | boolean |
None. |
|
IpAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "NationalityId": "8e9415b1-24db-488e-bf42-41c217c5290e", "HomeCountryId": "e16b40de-e6d1-4ecc-9361-c35c56745125", "PassportNumber": "sample string 3", "Name": "sample string 4", "Surname": "sample string 5", "DateOfBirth": "sample string 6", "EmailAddress": "sample string 7", "MobileCustomerType": 0, "CustomerId": "a313db41-8b88-4619-9fd2-e74112f3b7db", "PlaceOfBirth": "sample string 9", "PlaceOfBirthCountryId": "5b9c2884-5c81-4e12-9575-3482f744e914", "FatherName": "sample string 11", "MotherName": "sample string 12", "GenderId": "8af53f7b-31da-4ebb-a17c-a124248cd1fe", "HomeCity": "sample string 15", "ValidDateOfIdendity": "2025-07-08T16:17:39.7106374+03:00", "SecurityAnswer": "sample string 17", "SecurityQuestionId": "a6fce70c-43db-460c-b821-e27224508c37", "IsNfcAvailable": true, "IpAddress": "sample string 20" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfConfirmedCustomerResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | ConfirmedCustomerResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "CustomerId": "409d238b-2b7c-4d43-b1f6-33a8276475a8", "MobileCustomerType": 0, "IsNewIdentityCard": true }, "IsShowMessage": true, "IsShowRateAndReview": true }