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": "9a4d87ce-32cf-4443-8427-7a14eadd7bc4",
  "TestID": "3719825d-0459-4b35-b6f4-bff3ab59c0cd",
  "TestQuestionDefinitionID": "9d5a6381-adb8-4257-995c-da89f7a81a01",
  "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": "c86911cb-6af0-411c-b63e-586f8c778058",
  "TestID": "22ffda29-15dc-41d4-9561-d8d091115614",
  "TestQuestionDefinitionID": "f5646151-fa9f-470b-b928-3d9d41460e26",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}