POST api/AdminReminder/AdmGetReminderOnFinish
AdmGetReminderOnFinish
Request Information
URI Parameters
None.
Body Parameters
_AdmGetReminderOnFinishName | 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": "b6853e8e-bee2-4cb6-a556-526f1bdedf2c", "LanguageID": 1, "OnFinishActive": true, "UserUUIDCur": "104927d4-0fe0-49ea-8cf5-db0a548beb0f" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]