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": "ddc14288-de17-43bd-9238-737d1571e348", "NotiffUUID": "44dd082b-ee1d-4f5b-bdc2-e14732b5323e", "ReminderNotiffActive": true, "LanguageID": 1, "ReminderNotiffTiming": "2025-06-07T22:13:54.236621+03:00", "ReminderNotiffDurationH": 1, "ReminderNotiffUsed": true, "UserUUIDCur": "f52ef6de-6843-4e43-ac90-0f74b5e75c09" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}