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": "167f23b9-7b14-4a36-bcfe-6737d5377c6f",
"TaskReminderUUID": "36953b5e-4ca1-4c1c-85d4-e6572d658f53",
"UserUUIDCur": "8fba87a3-3049-49f7-b913-152d0d8e3701"
}
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-09-19T13:07:44.9117232+03:00",
"EntryTimeChar": "sample string 2",
"ButtonEnable": true,
"Priority": 3,
"ButtonShow": true,
"UserUUIDCur": "9da90268-12b9-40cc-98e5-abd7422f7e91"
},
{
"Descr": "sample string 1",
"EntryTime": "2026-09-19T13:07:44.9117232+03:00",
"EntryTimeChar": "sample string 2",
"ButtonEnable": true,
"Priority": 3,
"ButtonShow": true,
"UserUUIDCur": "9da90268-12b9-40cc-98e5-abd7422f7e91"
}
]