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": "14108277-f2bd-47c2-b269-d2ce1ed38697",
  "TestID": "6dbebdca-7e29-4786-95df-59a53522c2b3",
  "TestQuestionDefinitionID": "a074a33a-9c98-409c-911f-f06a1b66ba71",
  "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": "50fcadc2-3c30-4be2-9842-7408446c8661",
  "TestID": "f26a7265-2966-4145-a0da-95871ed02221",
  "TestQuestionDefinitionID": "f34584fd-9bec-43b1-9631-05421907cead",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}