POST api/AdminReminder/AdmSaveReminderChat
AdmSaveReminderChat
Request Information
URI Parameters
None.
Body Parameters
AdmSaveReminderChat| Name | Description | Type | Additional information |
|---|---|---|---|
| ReminderUUID | globally unique identifier |
None. |
|
| ChatUUID | globally unique identifier |
None. |
|
| ReminderChatActive | boolean |
None. |
|
| ReminderChatActiveLng | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| GiftPackUUIDLng | globally unique identifier |
None. |
|
| ResourceFactor | decimal number |
None. |
|
| Power | integer |
None. |
|
| ReminderChatTiming | date |
None. |
|
| ReminderChatDurationH | integer |
None. |
|
| UserUUIDCur | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReminderUUID": "f1e0ac89-8299-4068-bbc5-3bbd5fb366fd",
"ChatUUID": "89c5a155-71e1-40f6-a1e0-cf163c2a66ad",
"ReminderChatActive": true,
"ReminderChatActiveLng": true,
"LanguageID": 1,
"GiftPackUUIDLng": "1b65191f-99ec-451d-8c45-ff39cc72be4c",
"ResourceFactor": 1.1,
"Power": 1,
"ReminderChatTiming": "2026-06-20T22:57:32.609381+03:00",
"ReminderChatDurationH": 1,
"UserUUIDCur": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}