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": "40281388-e429-4675-84be-3c67620bd8c0",
"TestID": "c1daf666-5f37-442c-aa3e-b3edbd6a6276",
"TestQuestionDefinitionID": "5a2e2d19-d011-4d2d-978b-2e465a335b26",
"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": "89a35bc0-f92f-4b0f-a615-9203659f2468",
"TestID": "9218fb78-4fc2-42d4-948c-dba04989e0ed",
"TestQuestionDefinitionID": "dfca72a9-1aba-4481-b61e-d320ae8bdfc6",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}