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": "bd106dcc-06fd-4b7e-906c-e5f524b46864",
"ChatUUID": "cf8caa70-ede2-44ba-a7f4-a5adbe9f36f0",
"ReminderChatActive": true,
"ReminderChatActiveLng": true,
"LanguageID": 1,
"GiftPackUUIDLng": "0b690298-588f-4c3f-992d-e854cfb3cee7",
"ResourceFactor": 1.1,
"Power": 1,
"ReminderChatTiming": "2025-11-17T10:22:00.2366992+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:
{}