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": "94650c91-8a3a-4c69-b6b3-42dea181e7e5",
"TestID": "3c1a5381-ff8a-4d97-838a-bd27a3ec351f",
"TestQuestionDefinitionID": "fd9d5465-51a1-4758-bf15-a3d763474282",
"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": "cfe85227-5880-47bd-a5a8-efa560aa2c27",
"TestID": "43ec9c01-95c8-4bef-a82c-8eb2e40c7594",
"TestQuestionDefinitionID": "28602345-15f5-4500-8de1-79522880d3f5",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}