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": "cbf15608-ac10-45fa-841e-29edb3930599",
"NotiffUUID": "539f8c63-f8d7-4c03-9da7-e401d3bb34bf",
"ReminderActive": true,
"ReminderNotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "26a74096-964f-408a-930e-8c78fd7286cd"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]