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": "01da4a1f-292d-421b-be86-150892a39418",
"ChatUUID": "b899521a-f5df-4c9c-ad92-a64cd1bbbd50",
"ReminderChatActive": true,
"ReminderChatActiveLng": true,
"LanguageID": 1,
"GiftPackUUIDLng": "fa0083d1-70aa-4a8a-bf51-cd701c4fad89",
"ResourceFactor": 1.1,
"Power": 1,
"ReminderChatTiming": "2026-08-05T04:03:08.0143127+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:
{}