POST api/AdminReminder/AdmGetReminderChat
AdmGetReminderChat
Request Information
URI Parameters
None.
Body Parameters
AdminGetReminderChatName | Description | Type | Additional information |
---|---|---|---|
ReminderUUID | globally unique identifier |
None. |
|
ChatUUID | globally unique identifier |
None. |
|
ReminderActive | boolean |
None. |
|
ReminderActiveLng | boolean |
None. |
|
ChatActive | boolean |
None. |
|
ChatActiveLng | boolean |
None. |
|
LanguageID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ReminderUUID": "b2be1d82-33a7-4e3c-a681-796e28d54e39", "ChatUUID": "fcaa4724-7d4a-4f6d-976a-5ae1b8ffcf95", "ReminderActive": true, "ReminderActiveLng": true, "ChatActive": true, "ChatActiveLng": true, "LanguageID": 1, "UserUUIDCur": "c66fad49-4e9f-4e17-bdb6-d4a464866632" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]