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": "cb2d6e9c-da30-4c6e-83f6-0b849be2af7a",
"TestID": "7ef38e7d-7a08-402a-8d8e-3af303b48ef1",
"TestQuestionDefinitionID": "b1c7fa4f-d2b2-4121-b685-a31b9d959701",
"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": "3df33c9b-3d00-4a7e-a906-cf6e2e6af248",
"TestID": "0260d076-4f26-4bac-aae5-e990e2468da6",
"TestQuestionDefinitionID": "70e64f09-9c6c-4f4a-a55f-fe21a38ea46b",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}