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": "a5b7ca54-5e45-4a90-a75d-6683e52649f6",
  "UserUUIDCur": "7ab9d731-1d6e-4c81-9ac4-b96b115bf426"
}

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": "04ea01a7-4ff4-4cc8-9c10-2cfa7c1bb1aa",
  "EntryTimeChange": "2026-06-20T22:49:56.5172177+03:00",
  "UserUUIDCur": "31fc704d-c01b-4c87-b7b3-28a532f7d309"
}