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": "e0378519-4d41-4f0d-afa3-9d12f687ae78",
  "TestID": "85d7d1e5-64d5-4cdc-ac4c-e597ccc55449",
  "TestQuestionDefinitionID": "6d0f1145-e318-422a-aba5-ae343bde9802",
  "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": "3a17a6dd-c906-421e-8bb8-30a8a84bd56d",
  "TestID": "429064f7-0dc2-4271-ba70-158f05b3ee56",
  "TestQuestionDefinitionID": "917cf70c-ffaf-4f70-9129-aa41de37985b",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}