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": "e8316b84-bea8-406c-a219-99630f25ed27", "HomeCountryId": "9c1ce19b-7f9d-47fc-a28d-401908fb8eae", "PassportNumber": "sample string 3", "Name": "sample string 4", "Surname": "sample string 5", "DateOfBirth": "sample string 6", "EmailAddress": "sample string 7", "MobileCustomerType": 0, "CustomerId": "3ead1e07-9de4-4112-b531-0f958c19ade3", "PlaceOfBirth": "sample string 9", "PlaceOfBirthCountryId": "522dc8fa-fae3-402c-b92a-d072a28659cd", "FatherName": "sample string 11", "MotherName": "sample string 12", "GenderId": "d94f9dc0-5ba3-422e-a8e9-54d996332d84", "HomeCity": "sample string 15", "ValidDateOfIdendity": "2025-02-21T21:04:28.012147+03:00", "SecurityAnswer": "sample string 17", "SecurityQuestionId": "f949a2b2-8169-4d89-bd48-86719f31dcd6", "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": "930d2790-ffe1-4252-ac05-9cd24790a024", "MobileCustomerType": 0, "IsNewIdentityCard": true }, "IsShowMessage": true, "IsShowRateAndReview": true }