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": "a1abde09-40b4-447e-b883-c4df73e5fbcd",
  "TestID": "42cd9142-c935-4252-a799-3c3c3cdcdf34",
  "TestQuestionDefinitionID": "c603d996-213b-450b-b922-4e9bf6ee4c11",
  "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": "4ffdb9cb-acc4-43a8-aa69-4e37405740c9",
  "TestID": "7f8887c4-70cc-4177-ac07-9de2b89f7d4a",
  "TestQuestionDefinitionID": "caa631bc-9dd5-473b-91df-54c1bdd334ce",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}