POST api/TestQuestions

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
testQuestion
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TestQuestionID": "3158d3bd-8395-4f14-96b2-0e99abe46f26",
  "TestID": "ae885313-be67-4742-905c-eadcd0cafa40",
  "TestQuestionDefinitionID": "d3f84573-a189-4176-8ac2-eb8d85f23229",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "TestQuestionID": "97dd74a3-ad1f-4457-bc1b-23a0c3c733d6",
  "TestID": "6a119b9d-6418-41bd-9900-7e3afae78d8c",
  "TestQuestionDefinitionID": "a8024121-4bb5-443c-85ab-57263376afdd",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}