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": "c8fc729c-dc62-4f70-bfa2-5b8cab67d0ff",
  "TestID": "50303d9c-c1f8-48e0-b3e0-133cecd0497e",
  "TestQuestionDefinitionID": "0602b7d6-e925-4aab-9d8d-9d91bb330ebd",
  "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": "29c7c71f-ed79-496b-95a1-dcf83197dae0",
  "TestID": "499e2069-8348-4bbc-a156-16f41f4ff814",
  "TestQuestionDefinitionID": "97a9a988-1fbe-47e4-9097-a085e1468c8c",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}