POST api/{apiVersion}/Customer/ConvertToUnlimitedCustomer
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
UnlimitedCustomerRequestName | Description | Type | Additional information |
---|---|---|---|
MobileCustomerType | MobileCustomerType |
None. |
|
CustomerId | globally unique identifier |
None. |
|
ProfessionId | globally unique identifier |
None. |
|
WorkingStyleId | globally unique identifier |
None. |
|
IdentificationCardTypeId | globally unique identifier |
None. |
|
IsNfcAvailable | boolean |
None. |
|
IsBiometricDataConsentGiven | boolean |
None. |
|
IpAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "MobileCustomerType": 0, "CustomerId": "540aa3a2-2315-43e5-acac-9377d826b294", "ProfessionId": "ec4152b6-b642-4061-bcbd-8da378d4ada6", "WorkingStyleId": "faf8c48e-3a10-4dbb-9f22-34645b34bb98", "IdentificationCardTypeId": "4ce8b0cc-e2a6-4881-9f68-24c55507d704", "IsNfcAvailable": true, "IsBiometricDataConsentGiven": true, "IpAddress": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfUnlimitedCustomerResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | UnlimitedCustomerResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "MobileCustomerType": 0, "IsForeiner": true, "HomeAddress": "sample string 2", "IsNewIdentityCard": true, "CustomerUnLimited": true, "IsSepaOnboarding": true }, "IsShowMessage": true, "IsShowRateAndReview": true }