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": "e04ed684-c7f5-4ad8-bd2b-8ffd3eddbc07",
  "UserUUIDCur": "d09b500f-42ca-4580-8252-8d7b2276fcea"
}

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": "e58d2846-6b3d-43d9-89d4-cc1a9c211d07",
  "EntryTimeChange": "2026-09-19T13:07:05.8109506+03:00",
  "UserUUIDCur": "785b13a8-7a47-450a-a943-4a052d77cafd"
}