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": "dfd4368a-8bda-4713-b7b7-3fd68b02e61a",
  "TestID": "80fc721a-e0ca-415e-bb86-b46fde587673",
  "TestQuestionDefinitionID": "af9bef32-585f-4f31-b799-27c92807b89d",
  "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": "9928db3c-5ba7-4d7e-acb9-be2f1900997e",
  "TestID": "9e78a18d-cd29-49cc-aed5-06db2fe05984",
  "TestQuestionDefinitionID": "85722645-3032-4b6d-9eea-97806c46ccae",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}