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": "35141dbf-a0c7-4d38-b497-476e68dec113",
  "UserUUIDCur": "47c07e0c-f3da-43d6-acf3-483f73481924"
}

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": "ce6caec2-6c82-4bf9-8aeb-677657d08559",
  "EntryTimeChange": "2025-11-17T10:12:04.8194815+02:00",
  "UserUUIDCur": "0b05293c-9b09-4b36-85e6-60335345c842"
}