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": "b6cb2a0c-d9ba-4f1c-be76-8ca19f80ab64", "FunCategoryID": 1, "ReminderActive": true, "Search": "sample string 1", "LanguageID": 1, "UserUUIDCur": "dfe3345c-e5e2-4d7a-bf83-90bb52264eb1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}