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": "af6905ce-6ddd-42f7-b790-6f7d733f9c94", "ProfessionId": "452ba49c-72b2-4020-8912-42ef1024d113", "WorkingStyleId": "425ae031-9184-44c9-878b-bd1d85cfe246", "IdentificationCardTypeId": "fbc819b3-9b32-40d7-b8ee-c68b815b0583", "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 }