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": "84388a8a-93a3-47d6-bfc4-37a5604772d8",
  "TestID": "4785cfea-151e-414d-8b79-ad91ab93dac9",
  "TestQuestionDefinitionID": "7079172a-58df-4100-b6fd-ef3333eac603",
  "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": "bb4fe9c3-b9dd-40cd-a6af-dba45196aa18",
  "TestID": "d8e5c08b-9af2-4e3c-a498-5224e673147c",
  "TestQuestionDefinitionID": "d2b4f266-b1d5-44b3-af22-d9c9a3c78919",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}