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": "dad19c1f-cec7-4908-94c0-861792d7b5b9",
  "TestID": "4c9b797c-2b55-4bcd-a081-e4bf4e88794b",
  "TestQuestionDefinitionID": "71ec123f-66ea-4e50-b847-f9bdc4fa5b0b",
  "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": "a5289946-f869-4fcc-8044-924bfb8d84dc",
  "TestID": "dbf060d7-37f3-4da0-81de-e08444127139",
  "TestQuestionDefinitionID": "cfdf5699-781f-413a-a083-fe0b41437d7b",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}