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": "dca1af40-f9be-4c95-baa7-c8c3df70a897",
  "TestID": "2275a439-ad86-4d02-8f66-6fdeb83006ee",
  "TestQuestionDefinitionID": "e8344060-a7b9-45be-916c-466ee51e3df8",
  "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": "bc1dcbbc-2be0-42ae-8f69-2648f082d2a6",
  "TestID": "e8b6051a-ea18-4fea-aba8-be2bf320846a",
  "TestQuestionDefinitionID": "6965ca8d-e78e-42f7-8711-44ca056f34c1",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}