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": "eb842ae9-5ac2-4c60-8de1-61ce09bd84d5",
"TestID": "c119fd1e-6334-47e0-b8ec-020184999a82",
"TestQuestionDefinitionID": "adb98905-f9e2-4ac0-9650-44eb82f6590b",
"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": "8506b1db-1287-40a4-ad99-72d6d778297d",
"TestID": "20b77442-c996-4c89-ace0-0dcad9bfbde1",
"TestQuestionDefinitionID": "e1e7e173-e6be-4c6b-a83e-3a227dbd7c28",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}