POST api/AdminTest/AdmSaveTestQA

AdmSaveTestQA

Request Information

URI Parameters

None.

Body Parameters

SaveQuestQA
NameDescriptionTypeAdditional information
TestUUID

globally unique identifier

None.

QuestionID

integer

None.

Question

string

None.

Answer

string

None.

AnswerID

integer

None.

LanguageID

integer

None.

TestQAActive

boolean

None.

QuestionPriority

integer

None.

AnswerPriority

integer

None.

Score

decimal number

None.

ScoreTypeID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "TestUUID": "bdfb1afa-70de-4e08-86bd-55e0c50f8eee",
  "QuestionID": 1,
  "Question": "sample string 1",
  "Answer": "sample string 2",
  "AnswerID": 1,
  "LanguageID": 1,
  "TestQAActive": true,
  "QuestionPriority": 1,
  "AnswerPriority": 1,
  "Score": 1.1,
  "ScoreTypeID": 1,
  "UserUUIDCur": "d4a7749e-0a80-433d-a1d2-ece0c195a053"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}