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": "c756b3b8-dbf6-47cc-acac-1a0cec6af5c7",
  "TestID": "a4116e42-b60c-4bd9-a750-33a55033c7af",
  "TestQuestionDefinitionID": "cd6dd24e-c7ec-4d16-8364-49c196d31dc9",
  "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": "3a139761-188c-47f2-8d98-f2366189ee1f",
  "TestID": "0b2bbeb6-0086-479d-9708-89c200776b3d",
  "TestQuestionDefinitionID": "6aa3c5ac-7885-4b06-8ef3-794a8ef71800",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}