POST api/UserProfile/AddToFavorites/{Culture}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Culture

string

Required

Body Parameters

FavoritesRequest
NameDescriptionTypeAdditional information
ContentType

string

None.

LevelOnePrimaryLang

string

None.

LevelTwoPrimaryLang

string

None.

TitlePrimaryLang

string

None.

URLPrimaryLang

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ContentType": "sample string 1",
  "LevelOnePrimaryLang": "sample string 2",
  "LevelTwoPrimaryLang": "sample string 3",
  "TitlePrimaryLang": "sample string 4",
  "URLPrimaryLang": "sample string 5"
}

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true