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": "5bcee878-fc00-434e-ad8b-8d4a64f97d42",
  "UserUUIDCur": "9761e537-f66c-486a-a930-09b0fbe671f1"
}

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": "591ec96a-c111-46cf-8591-771430080c4c",
  "EntryTimeChange": "2026-05-06T08:01:52.3368093+03:00",
  "UserUUIDCur": "525d3743-0cf4-4d4e-b95c-56d041af7187"
}