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": "431887be-07b2-4903-917d-772828fd3f37", "HomeCountryId": "c5d1dd75-cd24-4abe-a688-b8cdda4e4f96", "IdentificationNumber": "sample string 3", "Name": "sample string 4", "Surname": "sample string 5", "DateOfBirth": "sample string 6", "EmailAddress": "sample string 7", "MobileCustomerType": 0, "CustomerId": "471e361e-cc5b-4b84-b874-f56905152bcf", "SecurityQuestionId": "7ea940e2-92e6-4a41-baa7-27e7b150e2f9", "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": "bebf6ee7-ec92-4b62-ad56-5ec890d369fa", "MobileCustomerType": 0, "IsNewIdentityCard": true }, "IsShowMessage": true, "IsShowRateAndReview": true }