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": "39466419-5421-4c3e-855c-670328df2d06",
"TestID": "4ea12119-178a-49f3-bf16-fdc0cda66728",
"TestQuestionDefinitionID": "9fa5e67c-491a-48cc-a432-63e8a886a0b0",
"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": "c412fad3-3190-4924-bdb6-010c0a4a7ebf",
"TestID": "fff737f7-c2ab-4030-8675-1b72eb5bb3c9",
"TestQuestionDefinitionID": "42a79401-bbe3-4a4f-8981-236351c95cd2",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}