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": "08aa1b81-2dda-4922-9596-f11c4ca72c0f",
"NotiffUUID": "46a99c82-6846-4281-ab81-0cc06413c0d0",
"ReminderNotiffActive": true,
"LanguageID": 1,
"ReminderNotiffTiming": "2025-11-17T10:21:23.5211137+02:00",
"ReminderNotiffDurationH": 1,
"ReminderNotiffUsed": true,
"UserUUIDCur": "f1e32936-61d8-43ec-aae5-dd1c0803d7f1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}