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": "91fcc259-8471-4530-9277-87991446f3af",
  "TestID": "10a6566f-64b1-4134-b163-d2820824be05",
  "TestQuestionDefinitionID": "419610f0-87ed-4f2b-acae-5f4bc51edd77",
  "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": "514d009a-d0b8-4d22-b8af-360f2a4b262c",
  "TestID": "d56a7010-3403-4752-8d2e-54ff98440046",
  "TestQuestionDefinitionID": "8679bb7b-83fd-4c4e-8506-a631f6b3a155",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}