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": "5a1b7407-e17f-4c11-b006-5321a2744457",
"NotiffUUID": "5907d250-bee1-422b-bbe8-0fbbe6afaa0d",
"ReminderNotiffActive": true,
"LanguageID": 1,
"ReminderNotiffTiming": "2026-06-20T22:57:32.265596+03:00",
"ReminderNotiffDurationH": 1,
"ReminderNotiffUsed": true,
"UserUUIDCur": "a355ebd7-8b17-422c-b46f-b7e4c88fe5d4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}