POST api/UserPreference/SaveOrUpdateUserPreference?userEmail={userEmail}&preferenceName={preferenceName}&newValue={newValue}
Saves or updates user preferences for the specified email.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userEmail |
The email of the user. |
string |
Required |
preferenceName |
The email of the user. |
string |
Required |
newValue |
The email of the user. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
An object
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.