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": "af5ac10b-950f-4f3f-8a86-b7fd810c57cd",
  "TestID": "78c60798-ba5d-4cd6-b0d8-8d39f2ac9cab",
  "TestQuestionDefinitionID": "de94a67e-f061-44aa-af19-b252ebda8128",
  "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": "51580901-8ca5-4981-aeb0-14f19df25c80",
  "TestID": "2293d289-fda9-4d47-bf37-9c4d898aa8b2",
  "TestQuestionDefinitionID": "499eba3f-6b55-4101-9f0a-4e4a3e469d85",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}