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": "ca14bc53-d396-4077-87c2-ae55a1e01e63",
  "TestID": "96c52abf-d7df-4f29-9de0-9d86145e42af",
  "TestQuestionDefinitionID": "e40ea01a-44f4-40b7-813a-07c8db4b78c3",
  "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": "f20d58a6-b95b-478e-87c9-2138f9dad46b",
  "TestID": "79b9a11e-1940-4123-a3be-c81aee31e14f",
  "TestQuestionDefinitionID": "0fef79c2-b3b4-4737-9a2f-5c8dba69a215",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}