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": "5d0e647d-9e95-4121-baa5-08e2f4bec485",
  "TaskReminderUUID": "50fcabc9-8637-4e03-a752-baf35e799fab",
  "UserUUIDCur": "59ab3390-03f9-4d3d-bd38-88c1e0a2de06"
}

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-06-07T21:04:32.0612592+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "9abb4d56-7450-4bc0-80aa-d488e108978f"
  },
  {
    "Descr": "sample string 1",
    "EntryTime": "2025-06-07T21:04:32.0612592+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "9abb4d56-7450-4bc0-80aa-d488e108978f"
  }
]