POST api/{apiVersion}/Customer/CustomerConfirmationBC?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": "203ca080-3a61-4e60-a77c-3efdaa4973e3", "HomeCountryId": "8a7e41c3-2f0e-4254-a3f5-dfc241c2eb53", "IdentificationNumber": "sample string 3", "Name": "sample string 4", "Surname": "sample string 5", "DateOfBirth": "sample string 6", "EmailAddress": "sample string 7", "MobileCustomerType": 0, "CustomerId": "c2de8753-b03f-457d-b419-782d1fcb012b", "SecurityQuestionId": "91393faa-45e7-4ba6-83b5-47673199a487", "SecurityAnswer": "sample string 10", "IsNfcAvailable": true, "IpAddress": "sample string 28" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfConfirmationCustomerBCResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | ConfirmationCustomerBCResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "IsConfirmed": true, "IsNewIdentityCard": true }, "IsShowMessage": true, "IsShowRateAndReview": true }