POST api/AdminReminder/AdmGetReminderNotiff
AdmGetReminderNotiff
Request Information
URI Parameters
None.
Body Parameters
GetReminderNotiff| Name | Description | Type | Additional information |
|---|---|---|---|
| ReminderUUID | globally unique identifier |
None. |
|
| NotiffUUID | globally unique identifier |
None. |
|
| ReminderActive | boolean |
None. |
|
| ReminderNotiffActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReminderUUID": "1bfc0abb-2049-4781-9341-4cc554c2f977",
"NotiffUUID": "6e1d9f49-6f22-41ba-b4e9-00f4f4aba1bb",
"ReminderActive": true,
"ReminderNotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "d0efb8af-4454-4511-80f3-5a5b8c8af768"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]