POST api/UserPreference/SaveOrUpdateUserPreference?userEmail={userEmail}&preferenceName={preferenceName}&newValue={newValue}

Saves or updates user preferences for the specified email.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.