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": "4e96806f-da6c-4ebd-af5f-2c2b2ba0d5f7",
  "TestID": "0739b066-d6f9-46cb-95e7-3b110f254bf3",
  "TestQuestionDefinitionID": "c9a34852-a33f-480a-96c8-2e0d94d53021",
  "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": "04ba2392-421f-4d7e-8c46-79087dd2ec97",
  "TestID": "bfde6e8d-1ef6-42e4-a21c-27832a6bffb6",
  "TestQuestionDefinitionID": "f34c3c04-774e-4271-840b-a4c6a2313589",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}