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": "56f4f712-29df-4afd-ad20-25466594c85f",
  "TestID": "5244cb2d-a45a-4efe-a10f-9ca40f98f5b0",
  "TestQuestionDefinitionID": "6293345e-ad77-47a2-9471-88d5e1e0e356",
  "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": "c5b07b65-2892-45d9-96f2-43b38c2cf8b7",
  "TestID": "5b10fa84-ae5b-4b24-8aa1-6e0031165b92",
  "TestQuestionDefinitionID": "06fa407a-249e-4bdd-b316-410e8c43803e",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}