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": "a1e43833-faa9-48e9-8667-98c16a17c0fc",
"ChatUUID": "371b41bc-cc33-430b-8266-ad9cc654c480",
"ReminderChatActive": true,
"ReminderChatActiveLng": true,
"LanguageID": 1,
"GiftPackUUIDLng": "ff31fe11-ffab-4305-a184-e8ed78e029a0",
"ResourceFactor": 1.1,
"Power": 1,
"ReminderChatTiming": "2026-03-21T23:38:35.2986118+02: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:
{}