POST api/Fun/AppSaveFunReminderLog
AppSaveFunReminderLog
Request Information
URI Parameters
None.
Body Parameters
SaveFunReminderLog_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| TaskReminderUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunUUID": "a3eba55a-bd01-4a99-8e03-29efb7276a87",
"TaskReminderUUID": "fa30dd06-48c4-4a32-9d22-e1abe2cad6ce",
"UserUUIDCur": "2e4d53cc-1f42-4b65-a7ee-245080c60e3d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetFunReminderLog_Response| Name | Description | Type | Additional 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-05-06T15:42:35.3116897+03:00",
"EntryTimeChar": "sample string 2",
"ButtonEnable": true,
"Priority": 3,
"ButtonShow": true,
"UserUUIDCur": "740bce33-cc66-495a-af02-402975f14aaa"
},
{
"Descr": "sample string 1",
"EntryTime": "2026-05-06T15:42:35.3116897+03:00",
"EntryTimeChar": "sample string 2",
"ButtonEnable": true,
"Priority": 3,
"ButtonShow": true,
"UserUUIDCur": "740bce33-cc66-495a-af02-402975f14aaa"
}
]