PUT ClientProfile/UpdateDetails
Request Information
URI Parameters
None.
Body Parameters
NewUserName | Description | Type | Additional information |
---|---|---|---|
subDomainId | integer |
None. |
|
fullName | string |
None. |
|
string |
String length: inclusive between 5 and 255 |
||
clientRegType | integer |
None. |
|
referral | ReferralRewards |
None. |
|
countryCode | string |
None. |
|
firstName | string |
String length: inclusive between 0 and 255 |
|
lastName | string |
String length: inclusive between 0 and 255 |
|
password | string |
String length: inclusive between 0 and 100 |
|
profileAgnosticId | globally unique identifier |
None. |
|
firstName_lang | string |
String length: inclusive between 0 and 255 |
|
lastName_lang | string |
String length: inclusive between 0 and 255 |
|
CSClientId | integer |
None. |
|
MobileNo | string |
None. |
|
ProviderName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "subDomainId": 1, "fullName": "sample string 2", "email": "sample string 3", "clientRegType": 4, "referral": { "referrerMembershipId": "sample string 1", "subDomainIdForBenefit": 2, "referrerName": "sample string 3", "benefitInMoneyStr": "sample string 4", "benefitInPoints": 5 }, "countryCode": "sample string 5", "firstName": "sample string 6", "lastName": "sample string 7", "password": "sample string 8", "profileAgnosticId": "866d67af-4688-49d1-bfea-77eea5e77235", "firstName_lang": "sample string 9", "lastName_lang": "sample string 10", "CSClientId": 11, "MobileNo": "sample string 12", "ProviderName": "sample string 13" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |