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": "39823357-ada0-4303-a1d7-b322d4c59ac8",
"NotiffUUID": "569cc87f-2897-4eba-b825-222b5aab1a59",
"ReminderNotiffActive": true,
"LanguageID": 1,
"ReminderNotiffTiming": "2026-02-04T05:24:29.5525498+02:00",
"ReminderNotiffDurationH": 1,
"ReminderNotiffUsed": true,
"UserUUIDCur": "3c2e3c85-0b82-48de-a04d-454333ad1378"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}