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": "8debf4cb-166a-424f-be6d-c69628900fc3",
  "UserUUIDCur": "722c169f-3022-446b-b39a-ee7f2768a9d9"
}

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": "d14d025b-a742-4273-a5ab-0024d99e4823",
  "FunFavorite": true,
  "UserUUIDChange": "61cd4d82-2be9-4d1e-a639-3e0a71652ace",
  "EntryTime": "2026-03-21T23:40:53.3812756+02:00",
  "UserUUIDCur": "2ab463e1-59ac-45b7-82a8-54be8dfb9d32"
}