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": "405f6502-e169-45f5-a45f-9dc45f8c5f97",
  "TestID": "fc20eb99-fa45-4c30-be05-d1579e802cf1",
  "TestQuestionDefinitionID": "01be1290-8b53-4c2d-9c7e-e877a2800572",
  "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": "fb9d8966-b27b-4e64-88ed-463ef6065624",
  "TestID": "49880aa0-9acd-4ff3-9612-fb4b988d29ae",
  "TestQuestionDefinitionID": "0f82afc5-184b-4114-9370-fc979f64afd7",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}