POST api/Fun/AppSaveFunReminderLog

AppSaveFunReminderLog

Request Information

URI Parameters

None.

Body Parameters

SaveFunReminderLog_Request
NameDescriptionTypeAdditional information
FunUUID

globally unique identifier

None.

TaskReminderUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "FunUUID": "062f26a6-729c-4c60-8723-4b9be47cd0eb",
  "TaskReminderUUID": "c6003e67-72e9-4257-a02b-a3e349f96c1d",
  "UserUUIDCur": "a29a76ca-01b6-4d4b-85da-7657f0e1e74d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of GetFunReminderLog_Response
NameDescriptionTypeAdditional information
Descr

string

None.

EntryTime

date

None.

EntryTimeChar

string

None.

ButtonEnable

boolean

None.

Priority

integer

None.

ButtonShow

boolean

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Descr": "sample string 1",
    "EntryTime": "2026-03-21T23:33:03.0291853+02:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "a003d53a-fceb-41dd-a5f3-cdbe53e01575"
  },
  {
    "Descr": "sample string 1",
    "EntryTime": "2026-03-21T23:33:03.0291853+02:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "a003d53a-fceb-41dd-a5f3-cdbe53e01575"
  }
]