PUT api/Profile/Preferences/{affiliateId}
Puts the preferences.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
affiliateId |
The affiliate identifier. |
integer |
Required |
v |
The requested API version |
string |
Default value is 2.0 |
Body Parameters
The preferences.
FilmFlex.Platform.Common.API.Contracts.V2.User.UpdatePreferencesDTOName | Description | Type | Additional information |
---|---|---|---|
Preferences |
Gets or sets the preferences. |
Dictionary of string [key] and string [value] |
None. |
Request Formats
application/json, text/json
Sample:
{ "Preferences": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } }
Response Information
Resource Description
Puts the preferences.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.