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": "6e412f75-5627-40e1-9dc1-0bd31e7a107a",
"TestID": "b12a60cc-fa32-4dd3-9032-65dc85f2b3b1",
"TestQuestionDefinitionID": "b4dacf9f-0739-4f51-a34c-1c95b7cdb04f",
"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": "141b5785-3310-4eb1-b1ef-7cac3e1b768e",
"TestID": "fa861b86-976b-42ea-9aec-6c333df49d91",
"TestQuestionDefinitionID": "4fae3de0-231b-46ac-bbc9-5ea0d1eeca9c",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}