POST api/Fun/SaveFunFavorite

AppSaveFunFavorite

Request Information

URI Parameters

None.

Body Parameters

AppSaveFunFavorite
NameDescriptionTypeAdditional information
FunUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "FunUUID": "93fb9506-9d90-43e2-ba7a-1c650e155978",
  "UserUUIDCur": "2f9bbc68-39d4-4834-ace8-04300a94bb88"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSaveFunFavorite_Response
NameDescriptionTypeAdditional information
FunUUID

globally unique identifier

None.

FunFavorite

boolean

None.

UserUUIDChange

globally unique identifier

None.

EntryTime

date

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "FunUUID": "48528332-844d-4887-8734-d24b8034b886",
  "FunFavorite": true,
  "UserUUIDChange": "89fb91cd-344d-432d-8e98-821ce8524e9d",
  "EntryTime": "2025-04-19T09:39:24.5628023+03:00",
  "UserUUIDCur": "6a2c2b23-83b6-4abb-9f9d-9fa72b75888a"
}