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": "9e5554ba-a2b4-4545-8e14-e7f78f88c46a",
  "TestID": "4d30f1c3-da78-49b6-b07e-96de0827d1c0",
  "TestQuestionDefinitionID": "0cdd87c6-96ec-4f23-9390-724151ec658d",
  "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": "b92c5d5a-cd39-458c-8072-37d8977d58c3",
  "TestID": "df29291d-0951-4a92-a764-73ca6d83de33",
  "TestQuestionDefinitionID": "1b359af1-a307-4d2d-9777-3ad5eb20e520",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}