POST api/{apiVersion}/Customer/ConvertToConfirmedCustomerBC?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": "91c75d4d-45c4-41bf-9531-f49f3fa9f2d8", "HomeCountryId": "3defa153-99e2-49ee-bdb9-f10e0765eb6a", "IdentificationNumber": "sample string 3", "Name": "sample string 4", "Surname": "sample string 5", "DateOfBirth": "sample string 6", "EmailAddress": "sample string 7", "MobileCustomerType": 0, "CustomerId": "fcd95ef2-748e-4294-a5f0-64f64d71d65d", "SecurityQuestionId": "4c1965c3-0510-4852-bcb0-2fd1a35d63d2", "SecurityAnswer": "sample string 10", "IsNfcAvailable": true, "IpAddress": "sample string 28" }
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": "708557b0-6fcf-45fd-99d4-f9fe1f48522a", "MobileCustomerType": 0, "IsNewIdentityCard": true }, "IsShowMessage": true, "IsShowRateAndReview": true }