POST api/AdminReminder/AdmSaveReminderNotiff
AdmSaveReminderNotiff
Request Information
URI Parameters
None.
Body Parameters
AdmSaveReminderNotiffName | 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": "6cb6f750-fafd-4219-9285-0905fa538f6c", "NotiffUUID": "802cb478-fa8a-4968-8266-0ae38f0c3d21", "ReminderNotiffActive": true, "LanguageID": 1, "ReminderNotiffTiming": "2025-07-27T11:39:17.314294+03:00", "ReminderNotiffDurationH": 1, "ReminderNotiffUsed": true, "UserUUIDCur": "9e138bbe-536b-4efa-af63-1e676180506f" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}