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": "ff9d8a80-7903-4f03-85ed-f839230eb706",
  "TestID": "7169e179-228a-4144-862d-5cd64884598e",
  "TestQuestionDefinitionID": "1b504acc-9fd1-480d-a851-fd43d3208f37",
  "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": "cdee2f50-2ca9-4033-a98d-a9519b2b8b5a",
  "TestID": "f4d4bf6e-848c-4c84-a4b6-98bd2172b1aa",
  "TestQuestionDefinitionID": "ba189ab6-1eb7-4655-b510-ba92858f2ba6",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}