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": "9c3893ff-d51e-41ec-b3dd-f0d0bf9805a3", "ReminderPriority": 1, "ResourceFactor": 1.1, "Power": 1, "ReminderMetaKeyword": "sample string 1", "FunCategoryID": 1, "ReminderActive": true, "ReminderMinVIPLevelID": 1, "LanguageID": 1, "ReminderTiming": "2025-04-19T09:50:13.6171609+03:00", "ReminderPreviewTime": "2025-04-19T09:50:13.6171609+03:00", "ReminderName": "sample string 2", "ReminderText": "sample string 3", "ReminderDescr": "sample string 4", "PhotoUUID": "52329baf-56e5-4943-bc6d-cbc5b9e52f25", "VideoUUID": "bafa18c3-1126-45b0-80dc-40727733c1aa", "AudioUUID": "a26abf12-9518-48b0-9a08-153fd2dfc460", "WeekDayCharDefault": "sample string 5", "HourCharDefault": "sample string 6", "FrequencyCharDefault": 1, "WeekDayCharAllowed": "sample string 7", "HourCharAllowed": "sample string 8", "FrequencyCharAllowed": "sample string 9", "UserUUIDCur": "7735568b-9aab-4a9c-aa3b-5d6615b3812d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}