POST api/{apiVersion}/Customer/ConvertToUnlimitedCustomer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

UnlimitedCustomerRequest
NameDescriptionTypeAdditional 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": "b07dc42d-6eb5-4578-8efb-b6fcee29e425",
  "ProfessionId": "95484832-98a5-403e-966c-8d17bc2aed41",
  "WorkingStyleId": "c67c1716-a790-4017-9216-36a68e9041b2",
  "IdentificationCardTypeId": "1ea78f45-a092-46ba-9ec9-10f94a99eef9",
  "IsNfcAvailable": true,
  "IsBiometricDataConsentGiven": true,
  "IpAddress": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfUnlimitedCustomerResponse
NameDescriptionTypeAdditional 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
}