PUT authentication/PutUserProfileData
Request Information
URI Parameters
None.
Body Parameters
UserProfileDataInput| Name | Description | Type | Additional information |
|---|---|---|---|
| UserGuid | globally unique identifier |
None. |
|
| LanguageGuid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserGuid": "9984f463-194b-4939-8e53-4a955666b385",
"LanguageGuid": "25619203-14ab-4531-9f36-ba41c01950f4"
}
application/xml, text/xml
Sample:
<UserProfileDataInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs"> <LanguageGuid>25619203-14ab-4531-9f36-ba41c01950f4</LanguageGuid> <UserGuid>9984f463-194b-4939-8e53-4a955666b385</UserGuid> </UserProfileDataInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | 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. |