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": "70a29df6-7f0f-4225-8889-efd7337ec381",
  "TestID": "96c9cc2f-fef6-484b-9a3e-bdd64e8e78b6",
  "TestQuestionDefinitionID": "e8e3c405-81d1-44a8-9f0d-7822c71205b6",
  "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": "f792b195-36cb-4258-801e-53c882ee5e35",
  "TestID": "6b2e0108-cc95-4b6e-a213-43180b998b67",
  "TestQuestionDefinitionID": "968ff4da-8cff-418d-a922-3a60f8543aa9",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}