POST api/AdminReminder/AdmGetReminderByUuid
AdmGetReminder by UUid
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": "7c44d74a-34d1-4247-b6c4-ad5571570aeb", "FunCategoryID": 1, "ReminderActive": true, "Search": "sample string 1", "LanguageID": 1, "UserUUIDCur": "a2092282-acd9-4f22-a1a2-1a2b8abf448b" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}