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": "fec2b385-d8ea-475b-b578-03c4ac0ac43c",
"ReminderPriority": 1,
"ResourceFactor": 1.1,
"Power": 1,
"ReminderMetaKeyword": "sample string 1",
"FunCategoryID": 1,
"ReminderActive": true,
"ReminderMinVIPLevelID": 1,
"LanguageID": 1,
"ReminderTiming": "2026-03-21T23:38:36.2947007+02:00",
"ReminderPreviewTime": "2026-03-21T23:38:36.2947007+02:00",
"ReminderName": "sample string 2",
"ReminderText": "sample string 3",
"ReminderDescr": "sample string 4",
"PhotoUUID": "d7251afb-21e2-4827-ac8f-436f73d5971d",
"VideoUUID": "eb424af2-eda7-4068-93b1-2809caa9a906",
"AudioUUID": "87293845-0afb-478e-af8f-10768f9c2474",
"WeekDayCharDefault": "sample string 5",
"HourCharDefault": "sample string 6",
"FrequencyCharDefault": 1,
"WeekDayCharAllowed": "sample string 7",
"HourCharAllowed": "sample string 8",
"FrequencyCharAllowed": "sample string 9",
"UserUUIDCur": "34f3dfcb-6b1b-4db7-81e8-1dd1fbb47672"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}