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": "da01ab59-721a-4ce0-bd5e-3251cfb6b86c",
  "TestID": "cb52e858-3472-468b-8aae-d5ce6e42d300",
  "TestQuestionDefinitionID": "d5f03af7-5c60-49d2-b8ed-43da9ff64a93",
  "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": "ce337aea-0b9f-4d33-a6d3-1da87c4012d1",
  "TestID": "651c483a-1ce6-48a0-a180-f9c354652989",
  "TestQuestionDefinitionID": "818f863f-0442-41c6-b099-863a97b9e0e5",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}