POST api/{apiVersion}/Customer/ConvertToUnlimitedCustomerForGlobal?version={version}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

Default value is

apiVersion

string

None.

Body Parameters

GlobalUnlimitedCustomerRequest
NameDescriptionTypeAdditional 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": "2ace0aba-c521-473c-a2e7-c3a5473f87e2",
  "HomeCountryId": "a97028bd-2013-473c-93f0-43cb21f22ef1",
  "PassportNumber": "sample string 3",
  "Name": "sample string 4",
  "Surname": "sample string 5",
  "DateOfBirth": "sample string 6",
  "EmailAddress": "sample string 7",
  "MobileCustomerType": 0,
  "CustomerId": "a52cdf62-d700-422a-8268-f69bcc3e4b36",
  "PlaceOfBirth": "sample string 9",
  "PlaceOfBirthCountryId": "119ff2e9-6e7a-40f4-bae1-4c7657ffd6a6",
  "FatherName": "sample string 11",
  "MotherName": "sample string 12",
  "GenderId": "3f53e465-d1ff-42b7-ac6d-4b4103f8e23b",
  "HomeCity": "sample string 15",
  "ValidDateOfIdendity": "2024-11-14T07:31:06.4174536+03:00",
  "SecurityAnswer": "sample string 17",
  "SecurityQuestionId": "42443efd-1305-47b7-811f-8712ccd920a4",
  "IsNfcAvailable": true,
  "IpAddress": "sample string 20"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfConfirmedCustomerResponse
NameDescriptionTypeAdditional 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": "93b32c7d-ccd3-44cb-a104-7a3b0d6067a4",
    "MobileCustomerType": 0,
    "IsNewIdentityCard": true
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}