POST api/Auth/SetUserProperty
Sets the a userProperty (not sure why still used could not find any logic in the mobile that uses it
Request Information
URI Parameters
None.
Body Parameters
SetUserPropertyModelName | Description | Type | Additional information |
---|---|---|---|
Property | string |
Required |
|
Value | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "Property": "sample string 1", "Value": "sample string 2" }
application/xml, text/xml
Sample:
<SetUserPropertyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RostarCASWebAPI.Models"> <Property>sample string 1</Property> <Value>sample string 2</Value> </SetUserPropertyModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |