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": "2bc8c847-ee8b-417c-9f34-a2bc96033cc9",
"TestID": "139a803d-3f32-4cd2-a615-5cd36b3939ac",
"TestQuestionDefinitionID": "17ff7192-65d1-4a8d-8d31-542426ea408d",
"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": "2bef478e-854e-419d-b373-e44adce1aa28",
"TestID": "7d768372-9746-4749-9126-6cd75cba8fa2",
"TestQuestionDefinitionID": "a679c521-7a20-4b34-84fc-b3283b16d602",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}