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": "1726b220-ee3a-49ff-8cd2-303219233cd4",
  "TestID": "f1729409-48cb-4d46-b1b4-87892289e806",
  "TestQuestionDefinitionID": "22af7eb4-74d8-4b14-98fa-316be8f9a904",
  "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": "b484f462-df66-42a3-8a56-20ddef7afbbd",
  "TestID": "320a8320-2045-4369-ba89-e9706a4f1135",
  "TestQuestionDefinitionID": "0645ca8a-d766-4ae8-aeab-b90cb0560b25",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}