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": "0eb10571-5678-4f6e-bb7f-0762e0c64d43",
  "TestID": "6519088a-8fe2-4bf1-8994-94f3325cccaf",
  "TestQuestionDefinitionID": "a5a66691-1760-45d9-a0c7-93c99417f420",
  "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": "12d478c4-6076-4698-a492-33e357c4bcb2",
  "TestID": "7f5ea008-079c-4c5f-88a7-d16112eb115a",
  "TestQuestionDefinitionID": "83c95cd8-d43d-4891-b254-d46b1919982f",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}