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": "dfe630a1-3812-44ac-8c94-415efedd3400",
  "UserUUIDCur": "59e52a7b-d846-40e7-9f02-f818381d6cfe"
}

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": "33647d15-52e3-40ca-9122-0d6cc7f5bc22",
  "EntryTimeChange": "2025-09-23T00:31:51.2672723+03:00",
  "UserUUIDCur": "680b2aaf-09fc-400b-8cb3-b4476dbdfe32"
}