POST api/AdminQuest/SaveQuestChat

AdmSaveQuestChat

Request Information

URI Parameters

None.

Body Parameters

SaveQuestChat
NameDescriptionTypeAdditional information
QuestUUID

globally unique identifier

None.

ChatUUID

globally unique identifier

None.

QuestChatActive

boolean

None.

LanguageID

integer

None.

GiftPackUUIDLng

globally unique identifier

None.

ResourceFactor

decimal number

None.

Power

integer

None.

QuestChatTiming

date

None.

QuestChatDurationH

integer

None.

QuestChatActiveLng

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "QuestUUID": "2be7402e-da43-4e15-884b-957c93adf2c9",
  "ChatUUID": "48f4cf89-e32e-47d3-b331-da623dec6f66",
  "QuestChatActive": true,
  "LanguageID": 1,
  "GiftPackUUIDLng": "e979d7d9-46e7-4118-abd3-fc284ee1bbb9",
  "ResourceFactor": 1.1,
  "Power": 1,
  "QuestChatTiming": "2025-04-19T09:14:06.1863279+03:00",
  "QuestChatDurationH": 1,
  "QuestChatActiveLng": true,
  "UserUUIDCur": "2e6561bb-eb71-419c-a813-31374ed5a757"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}