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": "9f4b75b4-fad1-481f-8e65-bfdd0fd1e788",
"TestID": "4fd7eeae-bf8f-4960-94f9-2b1a5879acd6",
"TestQuestionDefinitionID": "9fcd3a70-4d75-4f99-baf5-e420f5e1c8e2",
"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": "c457174a-9f42-481a-bf95-a190032d21ec",
"TestID": "12787857-35b0-4b68-8c37-2fa524ba49fe",
"TestQuestionDefinitionID": "a7f6f1f0-26cc-47e1-871e-197a4c724b4a",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}