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": "416eb918-946f-42f3-86d0-df9fa5f74a54",
  "TestID": "5b981703-726d-4a41-ae7e-900fd69badc1",
  "TestQuestionDefinitionID": "43f1776b-69b0-49cc-8474-2af07ea7a9fd",
  "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": "d5d9c1e7-75e0-4447-b053-1ad6fd8c1575",
  "TestID": "cd4cb399-dbe0-46e8-9e93-f8dcc4c9259e",
  "TestQuestionDefinitionID": "9fc813f4-33cf-4e75-b354-7d173ab4378a",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}