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": "5394ec94-f893-4421-a987-66a546f4607a",
  "TestID": "d3cd61d8-2085-43d4-a188-407ab197aa0a",
  "TestQuestionDefinitionID": "da2adcec-63e8-4e8e-a4c4-84c1790985aa",
  "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": "bbbcbc78-e0a2-4420-87ef-155d83c53517",
  "TestID": "79a95eac-258b-4582-8efd-ef77b072f3f1",
  "TestQuestionDefinitionID": "105ffa75-74e1-482d-91db-50df9b6681fe",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}