POST api/AdminQuizz/AdmSaveQuizzChat

AdmSaveQuizzChat

Request Information

URI Parameters

None.

Body Parameters

AdmSaveQuizzChat
NameDescriptionTypeAdditional information
QuizzUUID

globally unique identifier

None.

ChatUUID

globally unique identifier

None.

QuizzChatActive

boolean

None.

LanguageID

integer

None.

GiftPackUUIDLng

globally unique identifier

None.

ResourceFactor

decimal number

None.

Power

integer

None.

QuizzChatTiming

date

None.

QuizzChatDurationH

integer

None.

QuizzChatActiveLng

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "QuizzUUID": "61e02a82-aa0a-49d2-a0cb-4576f4479da7",
  "ChatUUID": "988dd019-fc76-4d55-be3e-cfadc411d026",
  "QuizzChatActive": true,
  "LanguageID": 1,
  "GiftPackUUIDLng": "98eb34b3-6f60-4fca-8522-8dd597fb43df",
  "ResourceFactor": 1.1,
  "Power": 1,
  "QuizzChatTiming": "2025-04-19T08:19:20.352097+03:00",
  "QuizzChatDurationH": 1,
  "QuizzChatActiveLng": true,
  "UserUUIDCur": "2f95a03b-6b35-4a73-96d9-6f52047bfb78"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}