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": "78e9cfa5-933c-4a0f-879a-4c96650bd22a",
"ReminderPriority": 1,
"ResourceFactor": 1.1,
"Power": 1,
"ReminderMetaKeyword": "sample string 1",
"FunCategoryID": 1,
"ReminderActive": true,
"ReminderMinVIPLevelID": 1,
"LanguageID": 1,
"ReminderTiming": "2026-06-20T22:57:09.0728347+03:00",
"ReminderPreviewTime": "2026-06-20T22:57:09.0728347+03:00",
"ReminderName": "sample string 2",
"ReminderText": "sample string 3",
"ReminderDescr": "sample string 4",
"PhotoUUID": "600f421c-785a-4f27-988e-96a01003c67b",
"VideoUUID": "f8f38d7c-bca7-410b-8c0f-829d111ced76",
"AudioUUID": "facab2b1-8aeb-4ba8-a0cb-e4b2efefec2c",
"WeekDayCharDefault": "sample string 5",
"HourCharDefault": "sample string 6",
"FrequencyCharDefault": 1,
"WeekDayCharAllowed": "sample string 7",
"HourCharAllowed": "sample string 8",
"FrequencyCharAllowed": "sample string 9",
"UserUUIDCur": "c1c29881-578d-4f35-96a2-c85dec749fff"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}