POST api/AdminReminder/AdmSaveReminder
AdmSaveReminder
Request Information
URI Parameters
None.
Body Parameters
SaveReminder| Name | Description | Type | Additional information |
|---|---|---|---|
| ReminderUUID | globally unique identifier |
None. |
|
| ReminderPriority | integer |
None. |
|
| ResourceFactor | decimal number |
None. |
|
| Power | integer |
None. |
|
| ReminderMetaKeyword | string |
None. |
|
| FunCategoryID | integer |
None. |
|
| ReminderActive | boolean |
None. |
|
| ReminderMinVIPLevelID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| ReminderTiming | date |
None. |
|
| ReminderPreviewTime | date |
None. |
|
| ReminderName | string |
None. |
|
| ReminderText | string |
None. |
|
| ReminderDescr | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| VideoUUID | globally unique identifier |
None. |
|
| AudioUUID | globally unique identifier |
None. |
|
| WeekDayCharDefault | string |
None. |
|
| HourCharDefault | string |
None. |
|
| FrequencyCharDefault | integer |
None. |
|
| WeekDayCharAllowed | string |
None. |
|
| HourCharAllowed | string |
None. |
|
| FrequencyCharAllowed | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReminderUUID": "dc1e7cbb-7da4-45c6-9481-e0f0a0c17efe",
"ReminderPriority": 1,
"ResourceFactor": 1.1,
"Power": 1,
"ReminderMetaKeyword": "sample string 1",
"FunCategoryID": 1,
"ReminderActive": true,
"ReminderMinVIPLevelID": 1,
"LanguageID": 1,
"ReminderTiming": "2025-11-17T10:22:01.9991031+02:00",
"ReminderPreviewTime": "2025-11-17T10:22:01.9991031+02:00",
"ReminderName": "sample string 2",
"ReminderText": "sample string 3",
"ReminderDescr": "sample string 4",
"PhotoUUID": "97c57e57-b0d8-4a67-8e73-00dab50882da",
"VideoUUID": "d3e9a8ca-7c84-4067-b568-43dcb4ba08b5",
"AudioUUID": "e824eb2d-368d-41fd-a8e1-43e73a3ec6c7",
"WeekDayCharDefault": "sample string 5",
"HourCharDefault": "sample string 6",
"FrequencyCharDefault": 1,
"WeekDayCharAllowed": "sample string 7",
"HourCharAllowed": "sample string 8",
"FrequencyCharAllowed": "sample string 9",
"UserUUIDCur": "a2271101-6a80-4c84-8ffe-46479c757f78"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}