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": "e5f39133-3154-4855-b554-b465801526ea",
  "TaskReminderUUID": "d7a894fe-2fa9-47df-b03d-765fd20f80df",
  "UserUUIDCur": "6c05811c-ce67-4195-8fba-33dfeb9082da"
}

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-06-20T21:11:27.5230022+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "3995b7d5-c120-4ba7-ae47-3f8484d703f2"
  },
  {
    "Descr": "sample string 1",
    "EntryTime": "2026-06-20T21:11:27.5230022+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "3995b7d5-c120-4ba7-ae47-3f8484d703f2"
  }
]