POST api/AdminTest/AdmSaveTestChat

AdmSaveTestChat

Request Information

URI Parameters

None.

Body Parameters

AdmSaveTestChat
NameDescriptionTypeAdditional information
TestUUID

globally unique identifier

None.

ChatUUID

globally unique identifier

None.

TestChatActive

boolean

None.

LanguageID

integer

None.

GiftPackUUIDLng

globally unique identifier

None.

ResourceFactor

decimal number

None.

Power

integer

None.

TestChatTiming

date

None.

TestChatDurationH

integer

None.

TestChatActiveLng

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "TestUUID": "552faa6b-ed03-4b28-a9e3-c532db5b535f",
  "ChatUUID": "1ed86255-f10f-4215-902e-0f774f7f8dfd",
  "TestChatActive": true,
  "LanguageID": 1,
  "GiftPackUUIDLng": "55e23fab-63b2-4ff3-9276-3868100f04c7",
  "ResourceFactor": 1.1,
  "Power": 1,
  "TestChatTiming": "2025-04-19T09:17:12.9126651+03:00",
  "TestChatDurationH": 1,
  "TestChatActiveLng": true,
  "UserUUIDCur": "7dfacaa9-8d6f-4e92-8d06-fc082da632a1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}