POST api/{apiVersion}/Customer/CustomerConfirmation?version={version}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
Default value is |
|
apiVersion | string |
None. |
Body Parameters
ConfirmedCustomerRequestName | Description | Type | Additional information |
---|---|---|---|
NationalityId | globally unique identifier |
None. |
|
HomeCountryId | globally unique identifier |
None. |
|
IdentificationNumber | string |
None. |
|
Name | string |
None. |
|
Surname | string |
None. |
|
DateOfBirth | string |
None. |
|
EmailAddress | string |
None. |
|
MobileCustomerType | MobileCustomerType |
None. |
|
CustomerId | globally unique identifier |
None. |
|
SecurityQuestionId | globally unique identifier |
None. |
|
SecurityAnswer | string |
None. |
|
IsNfcAvailable | boolean |
None. |
|
IpAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "NationalityId": "058a4ff6-bc1a-45fc-b054-77e07b6e16f3", "HomeCountryId": "64432003-029d-4e1a-947d-6502d315bdc2", "IdentificationNumber": "sample string 3", "Name": "sample string 4", "Surname": "sample string 5", "DateOfBirth": "sample string 6", "EmailAddress": "sample string 7", "MobileCustomerType": 0, "CustomerId": "93be40fe-3cce-4ef0-baab-98db3130b56f", "SecurityQuestionId": "4de3b89b-435f-4f69-b871-8828e5660d83", "SecurityAnswer": "sample string 10", "IsNfcAvailable": true, "IpAddress": "sample string 28" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | boolean |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": true, "IsShowMessage": true, "IsShowRateAndReview": true }