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": "6f5d0804-3f4d-47b0-8202-ca7c14012c21",
"NotiffUUID": "f48f801d-4a93-41f2-a959-fb335d7411e7",
"ReminderActive": true,
"ReminderNotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "29ae3579-e494-4869-bbb3-cd454209f029"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]