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": "b3234e4a-d82e-49bc-86b8-ff874d691624",
"TestID": "88d09af5-e4e5-465e-9c41-1e962296076d",
"TestQuestionDefinitionID": "c7c5433f-32ed-419c-b198-169b960d6107",
"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": "8a799b97-c15a-4e29-8723-1cec4dc88ad0",
"TestID": "59c0d579-e887-4d98-a1d3-7c2e279166f5",
"TestQuestionDefinitionID": "0a906526-0692-4cde-8ddd-172e63fc8fdf",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}