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": "15a36157-4703-40c0-b635-695d0fd83639",
"NotiffUUID": "07333672-ce76-42ab-9766-aade3efd4504",
"ReminderNotiffActive": true,
"LanguageID": 1,
"ReminderNotiffTiming": "2026-03-21T18:35:19.5973441+02:00",
"ReminderNotiffDurationH": 1,
"ReminderNotiffUsed": true,
"UserUUIDCur": "96a88303-56e3-449a-8d6d-6b67a16ac96b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}