POST api/AdminTest/AdmSaveTest

AdmSaveTest

Request Information

URI Parameters

None.

Body Parameters

AdminSaveTest
NameDescriptionTypeAdditional information
TestUUID

globally unique identifier

None.

TestPriority

integer

None.

GiftPackUUID

globally unique identifier

None.

ResourceFactor

decimal number

None.

Power

integer

None.

TestRepeatD

integer

None.

TestMetaKeyword

string

None.

PreviousTestUUID

globally unique identifier

None.

FunCategoryID

integer

None.

TestActive

boolean

None.

TestDurationH

integer

None.

TestMinVIPLevelID

integer

None.

LanguageID

integer

None.

TestTiming

date

None.

TestPreviewTime

date

None.

TestName

string

None.

TestText

string

None.

TestDescr

string

None.

PhotoUUID

globally unique identifier

None.

VideoUUID

globally unique identifier

None.

AudioUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "TestUUID": "2f4a723b-aa4a-416c-b89f-04cf4950fc3b",
  "TestPriority": 1,
  "GiftPackUUID": "90dc28e0-3946-4a19-a365-997573def446",
  "ResourceFactor": 1.1,
  "Power": 1,
  "TestRepeatD": 1,
  "TestMetaKeyword": "sample string 1",
  "PreviousTestUUID": "54bf374d-2657-4c81-9900-cdfd2e3cb4ff",
  "FunCategoryID": 1,
  "TestActive": true,
  "TestDurationH": 1,
  "TestMinVIPLevelID": 1,
  "LanguageID": 1,
  "TestTiming": "2025-04-19T08:49:01.5027539+03:00",
  "TestPreviewTime": "2025-04-19T08:49:01.5027539+03:00",
  "TestName": "sample string 2",
  "TestText": "sample string 3",
  "TestDescr": "sample string 4",
  "PhotoUUID": "caec3b02-6871-47c7-b32c-096500c0ba8a",
  "VideoUUID": "77c0240b-6bea-49a0-a292-d3929c4503f8",
  "AudioUUID": "f29e80a6-d5a9-4a0f-9db4-c68cd6cd086d",
  "UserUUIDCur": "fa8e18fd-9b03-421d-88cd-26771ba63d4f"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}