POST api/AdminReminder/AdmGetReminderOnFinish
AdmGetReminderOnFinish
Request Information
URI Parameters
None.
Body Parameters
_AdmGetReminderOnFinish| Name | Description | Type | Additional information |
|---|---|---|---|
| OnFinishID | integer |
None. |
|
| ReminderUUID | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
|
| OnFinishActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"OnFinishID": 1,
"ReminderUUID": "4b8c29f6-da37-4c1c-89f8-55c8c95b157f",
"LanguageID": 1,
"OnFinishActive": true,
"UserUUIDCur": "3bf14609-af61-4da8-a5b8-7d021a8d7f43"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]