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": "37518f8b-69c0-4faf-bb77-5a2f1f939ef9",
  "TestID": "cdaa3982-6aa5-4fcd-b542-058bcb238012",
  "TestQuestionDefinitionID": "4454d6ee-d403-44e9-b5f9-b7a6caacc518",
  "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": "2f3ac47d-c4c9-4320-aef3-0434fdb87250",
  "TestID": "630b5f56-772e-4689-b405-61ae407b42dd",
  "TestQuestionDefinitionID": "d12bb233-b8aa-499a-898d-0251f9a92fcb",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}