POST api/AdminReminder/AdmSaveReminderChat
AdmSaveReminderChat
Request Information
URI Parameters
None.
Body Parameters
AdmSaveReminderChatName | 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": "c17378d8-6644-48bb-8dcb-1a4a80bc2896", "ChatUUID": "56581b75-0d65-4037-abbb-f4907be14acd", "ReminderChatActive": true, "ReminderChatActiveLng": true, "LanguageID": 1, "GiftPackUUIDLng": "ad23d521-5bfb-41dc-91ce-529d6a3cf31c", "ResourceFactor": 1.1, "Power": 1, "ReminderChatTiming": "2025-07-27T11:37:39.3664168+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:
{}