POST api/TestQuestions
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| testQuestion | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TestQuestionID": "73364b4c-2d07-43a0-bb4c-89420d37cad3",
"TestID": "0367e25d-0ab3-4ed2-8b5f-f380a8f9e7e1",
"TestQuestionDefinitionID": "f17110d7-b9f3-4e86-8158-eca5cb7939b6",
"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": "c9e59b37-61b9-48a9-800e-75ff2a2a83bc",
"TestID": "ae2bb427-3f9d-4dd7-b25c-d838672b5a59",
"TestQuestionDefinitionID": "7fd84d06-0557-4fd8-a0cb-dbcc84bd4928",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}