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": "d8ce6661-8881-4b37-8c15-30c557fbfb35",
"TestID": "eb6e8670-19ce-492e-965b-1d31769f51a6",
"TestQuestionDefinitionID": "6b0aa168-4aff-4725-8cde-405ea8cabcdf",
"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": "16f1b1a3-2957-44a1-92a8-d07407e946f7",
"TestID": "b81615fd-f61a-4335-9d4d-4b9d6f36e928",
"TestQuestionDefinitionID": "59b20ee5-dd06-4e7f-b764-ddaf6be7616e",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}