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": "e921413e-99a9-4198-8731-1221fda969aa",
  "UserUUIDCur": "bbfe765f-b90c-421d-86c3-86f297c20706"
}

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": "9d822ec6-165f-4312-a5bd-7854f28e082e",
  "EntryTimeChange": "2025-04-19T09:46:06.8711363+03:00",
  "UserUUIDCur": "0187fe06-c229-4412-aa5e-af37a8d62760"
}