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": "4746fe80-12f1-411f-ae89-6a21dd1c0fce",
  "TestID": "dd15d703-87ef-4558-8dee-ae703fcd977f",
  "TestQuestionDefinitionID": "f0bc4d39-939c-4a1c-8be3-9ad79be5b590",
  "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": "74fd1eb4-eb8f-4b27-96d7-c549a521c291",
  "TestID": "4b0e8028-24ad-4075-97c0-0bb7dbea4b49",
  "TestQuestionDefinitionID": "c5e20186-e918-4e85-ae47-520af6a9180e",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}