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": "f47ad998-7e6f-491c-8a10-f4f402b88236",
  "TaskReminderUUID": "460bc0e8-76aa-44bf-92e2-862232f05130",
  "UserUUIDCur": "334a3251-b110-4c69-acc2-237bf2b78e40"
}

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-02-04T05:17:55.4432453+02:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "d640afc8-8cd9-4f0b-8bb5-e408bf8cce7a"
  },
  {
    "Descr": "sample string 1",
    "EntryTime": "2026-02-04T05:17:55.4432453+02:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "d640afc8-8cd9-4f0b-8bb5-e408bf8cce7a"
  }
]