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": "5e457939-de69-45f5-a0ce-1857045dd271",
  "UserUUIDCur": "0524bfb9-1b50-47c3-986a-dc5ab3140b38"
}

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": "601aed3e-b776-46a3-9518-ee8548fce611",
  "EntryTimeChange": "2025-06-07T20:53:47.5589221+03:00",
  "UserUUIDCur": "51f23a0b-27c6-466e-9e45-660f17cfb2f0"
}