POST api/UserProfile/AddToFavorites/{Culture}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Culture | string |
Required |
Body Parameters
FavoritesRequest| Name | Description | Type | Additional 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
booleanResponse Formats
application/json, text/json
Sample:
true