POST api/AdminReminder/AdmGetReminderByUuid
AdmGetReminder by UUid
Request Information
URI Parameters
None.
Body Parameters
GetReminder| Name | 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": "86888d13-370d-436e-a536-b058160f946b",
"FunCategoryID": 1,
"ReminderActive": true,
"Search": "sample string 1",
"LanguageID": 1,
"UserUUIDCur": "2ced09d3-244b-4725-81c0-eaeda5c7b1b2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}