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": "0e17445e-ace5-4090-969b-609ed0a0a11b",
  "TestID": "fb2b850d-eea4-4a4e-ae69-593ee56c0e1e",
  "TestQuestionDefinitionID": "186107fa-6c4a-404e-a9c5-2eb21bb1479c",
  "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": "2f663788-f463-4320-b67d-b9743ec34b03",
  "TestID": "75a71d19-f348-4aa7-b9f5-570c48a50bda",
  "TestQuestionDefinitionID": "f9447423-e42d-4801-aa19-91c7d0526dd2",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}