POST api/AdminReminder/AdmSaveReminder
AdmSaveReminder
Request Information
URI Parameters
None.
Body Parameters
SaveReminderName | 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": "4aadfa92-e84a-43a1-85da-0239cac48aab", "ReminderPriority": 1, "ResourceFactor": 1.1, "Power": 1, "ReminderMetaKeyword": "sample string 1", "FunCategoryID": 1, "ReminderActive": true, "ReminderMinVIPLevelID": 1, "LanguageID": 1, "ReminderTiming": "2025-07-27T11:35:27.5407627+03:00", "ReminderPreviewTime": "2025-07-27T11:35:27.5407627+03:00", "ReminderName": "sample string 2", "ReminderText": "sample string 3", "ReminderDescr": "sample string 4", "PhotoUUID": "5ee690ac-8433-4e29-aa6b-980c2ef66f7c", "VideoUUID": "69ab39a6-0445-4668-ac9d-ff3f5f6a082f", "AudioUUID": "2753bd79-d8af-4e3b-88c9-782e3c045374", "WeekDayCharDefault": "sample string 5", "HourCharDefault": "sample string 6", "FrequencyCharDefault": 1, "WeekDayCharAllowed": "sample string 7", "HourCharAllowed": "sample string 8", "FrequencyCharAllowed": "sample string 9", "UserUUIDCur": "01d44de7-030d-4152-a40d-b19eb5b9d214" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}