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": "c9781dda-b673-4e64-a733-8c850d7d7369",
"NotiffUUID": "f52c9d05-6d35-4309-b510-8bb03df44979",
"ReminderActive": true,
"ReminderNotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "0574c226-f9d4-4126-bbcb-06274ecaef12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]