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": "ee83fa3e-4c63-4ee0-9bf8-0bb47ad0cbf2",
  "TaskReminderUUID": "65b43298-5d75-4aef-b5f2-06957e90cdac",
  "UserUUIDCur": "a228c97d-2fa1-458c-88b2-6b8f55efeebe"
}

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": "2025-11-17T10:13:23.6536929+02:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "e2fed378-633e-468a-a42b-d3ea8e9838bb"
  },
  {
    "Descr": "sample string 1",
    "EntryTime": "2025-11-17T10:13:23.6536929+02:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "e2fed378-633e-468a-a42b-d3ea8e9838bb"
  }
]