POST api/AdminReminder/AdmSaveReminderNotiff
AdmSaveReminderNotiff
Request Information
URI Parameters
None.
Body Parameters
AdmSaveReminderNotiff| Name | Description | Type | Additional information |
|---|---|---|---|
| ReminderUUID | globally unique identifier |
None. |
|
| NotiffUUID | globally unique identifier |
None. |
|
| ReminderNotiffActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| ReminderNotiffTiming | date |
None. |
|
| ReminderNotiffDurationH | integer |
None. |
|
| ReminderNotiffUsed | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReminderUUID": "9138f75b-6449-4b7f-9aa2-d417151cc294",
"NotiffUUID": "d74d0a2b-5988-4fc6-9e43-1799a756dd41",
"ReminderNotiffActive": true,
"LanguageID": 1,
"ReminderNotiffTiming": "2026-08-05T04:03:07.5253438+03:00",
"ReminderNotiffDurationH": 1,
"ReminderNotiffUsed": true,
"UserUUIDCur": "fced4fc2-8559-437e-aae8-a53e658f4f54"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}