POST api/Fun/AppSaveFunReminderLog
AppSaveFunReminderLog
Request Information
URI Parameters
None.
Body Parameters
SaveFunReminderLog_RequestName | 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": "0688c130-3d60-4d6b-adbf-4cc5b46efb0c", "TaskReminderUUID": "5157e891-63f5-4925-938c-fa1e0ac3ed92", "UserUUIDCur": "f7e5a92a-5f7c-41bd-9939-144aa3f8e78e" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetFunReminderLog_ResponseName | 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": "2025-04-19T09:05:44.8488762+03:00", "EntryTimeChar": "sample string 2", "ButtonEnable": true, "Priority": 3, "ButtonShow": true, "UserUUIDCur": "d0a119c1-4286-4d96-aaff-08ad1c050ad6" }, { "Descr": "sample string 1", "EntryTime": "2025-04-19T09:05:44.8488762+03:00", "EntryTimeChar": "sample string 2", "ButtonEnable": true, "Priority": 3, "ButtonShow": true, "UserUUIDCur": "d0a119c1-4286-4d96-aaff-08ad1c050ad6" } ]