POST api/AdminReminder/AdmGetReminder
AdmGetReminder
Request Information
URI Parameters
None.
Body Parameters
GetReminderName | Description | Type | Additional information |
---|---|---|---|
ReminderUUID | globally unique identifier |
None. |
|
FunCategoryID | integer |
None. |
|
ReminderActive | boolean |
None. |
|
Search | string |
None. |
|
LanguageID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ReminderUUID": "b8ff7dba-de61-4ab0-8eab-52fbda60f224", "FunCategoryID": 1, "ReminderActive": true, "Search": "sample string 1", "LanguageID": 1, "UserUUIDCur": "7229c921-3f24-4fa9-83b5-5a82e323365b" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]