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": "20f4cb67-88f0-4a56-9b9f-db1fc28ddbd1",
  "TaskReminderUUID": "2ba3fd66-5338-428a-9d7b-62ec64065962",
  "UserUUIDCur": "8e7aee31-d979-4121-aba2-61561c822804"
}

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-09-23T00:32:04.1866348+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "8c5b752c-e599-4991-845f-009f93c952e1"
  },
  {
    "Descr": "sample string 1",
    "EntryTime": "2025-09-23T00:32:04.1866348+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "8c5b752c-e599-4991-845f-009f93c952e1"
  }
]