POST api/AdminReminder/AdmSaveReminderChat

AdmSaveReminderChat

Request Information

URI Parameters

None.

Body Parameters

AdmSaveReminderChat
NameDescriptionTypeAdditional 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": "c85b16d1-03c5-441f-9494-5e9143b57560",
  "ChatUUID": "107ce1e9-f43b-45b5-b69a-93e6ab051a27",
  "ReminderChatActive": true,
  "ReminderChatActiveLng": true,
  "LanguageID": 1,
  "GiftPackUUIDLng": "4c2ef03d-1763-4e15-9a8f-67b08ba92a3e",
  "ResourceFactor": 1.1,
  "Power": 1,
  "ReminderChatTiming": "2025-04-19T07:39:23.7734643+03:00",
  "ReminderChatDurationH": 1,
  "UserUUIDCur": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}