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": "3729d1b2-4f64-4c35-b7aa-76e40ce5a2fb",
"TestID": "859e3be2-4c24-4fbf-b6b8-a219d48efa09",
"TestQuestionDefinitionID": "173c4b4d-f562-4409-bfb1-8e139fdef619",
"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": "7ba093c1-755c-490e-9f14-d6db45700207",
"TestID": "2aedcf07-a9fc-4690-b0d2-0f2d6657165f",
"TestQuestionDefinitionID": "8a847c43-ae28-4cf1-bcfb-7bc70212a4a2",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}