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": "726f5b83-15d6-4b0a-bd26-ae18a0b224b8",
  "TestID": "f56ba2ac-dbc0-4dfb-be38-553ba40cb1df",
  "TestQuestionDefinitionID": "d903d9b0-4001-4d2f-a869-7db32911f328",
  "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": "accf3eab-53bd-4760-97c6-7613ea6aa2f0",
  "TestID": "2d3c502f-5f38-4ecd-b08d-79cc858c2179",
  "TestQuestionDefinitionID": "06666f4e-3b4d-4761-99cb-6a000be3c04c",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}