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": "2deee6b7-c8b6-4343-b768-738b804e3841",
  "TestID": "802771e9-5a36-48ec-a020-031c88a4b5f7",
  "TestQuestionDefinitionID": "0c9cda5c-71d1-4804-9b3b-62fe6ab6c728",
  "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": "3120fdbd-03d0-4a6e-a303-81e1f0fc6c62",
  "TestID": "e3121390-03fb-407c-8a16-0fd96ad2d1a6",
  "TestQuestionDefinitionID": "821b7dec-8a2c-4abe-9add-c841673dd01b",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}