POST api/Fun/SaveFunView

AppSaveFunView

Request Information

URI Parameters

None.

Body Parameters

AppSaveFunView
NameDescriptionTypeAdditional information
FunUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "FunUUID": "4a9c4d8e-3c27-4619-933e-0d1532fef5b7",
  "UserUUIDCur": "7907a919-b3c4-48e1-a588-e156c40bd813"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSaveFunView_Response
NameDescriptionTypeAdditional information
ViewQ

integer

None.

NowQ

integer

None.

UserUUIDChange

globally unique identifier

None.

EntryTimeChange

date

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "ViewQ": 1,
  "NowQ": 2,
  "UserUUIDChange": "742d6684-a09f-478d-ac50-50ebb9328039",
  "EntryTimeChange": "2026-03-21T23:41:40.1978473+02:00",
  "UserUUIDCur": "e68e8e69-92fa-4bc1-bed6-d57778846aae"
}