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": "3aea1805-9ef8-4726-9bf1-080c83fa8709",
  "TestID": "c9b89be7-e488-437e-b1c4-939e5eca1852",
  "TestQuestionDefinitionID": "79780c0f-e7b9-422f-ad27-ced8492f0e93",
  "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": "7ef4dd66-c8cc-4df3-bc22-6518f4ab1108",
  "TestID": "21967673-5471-4121-8533-a928965df937",
  "TestQuestionDefinitionID": "96fed0cb-c30b-442a-9023-5c01f23edae4",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}