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": "7192c0f1-87ce-4bae-aba3-e8b8b0a9922d",
"TestID": "e3ca0ac7-376f-4238-be48-fbbd65eeaf5a",
"TestQuestionDefinitionID": "997e9de7-f4ad-4168-8735-878b080867fb",
"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": "5a43816a-00b3-4db7-a777-51529ba0e998",
"TestID": "7106157f-5264-4d07-96e5-7cfb8824f07a",
"TestQuestionDefinitionID": "09a47e85-d219-4e3b-8d5a-a4264858c4dd",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}