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": "9ba49386-61e0-4a64-93bb-25d611ac4784",
  "TestID": "8c5d89de-592e-4cf8-9367-0e4a7566a9bd",
  "TestQuestionDefinitionID": "34299920-6d1c-47ac-98c3-c7c3e392e534",
  "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": "5960b882-6a0d-4149-a94c-9a8be7431d7c",
  "TestID": "54a181a1-265f-4ce2-b5bf-c641d314b733",
  "TestQuestionDefinitionID": "df9e43ad-709f-40b0-8c73-97a74f26a2be",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}