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": "cb122728-7035-4a02-9526-5162dbd42041",
  "UserUUIDCur": "1457ba3b-8733-4c30-a638-abb819154d56"
}

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": "915cdb83-a5f8-49a9-99c0-b1f306e3a15b",
  "EntryTimeChange": "2026-02-04T05:17:10.2061386+02:00",
  "UserUUIDCur": "72639349-f98c-4483-ae79-1bbc8a0681ed"
}