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": "0ada9430-5d16-465d-9754-c4fdaa03b720",
"TestID": "33d8114b-04fa-458d-856b-6a4c0f7bfa06",
"TestQuestionDefinitionID": "57c9e93c-99a6-4e2a-8a80-3a1073e52af5",
"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": "41bc4af4-9bbe-41c7-8c8b-c4098930ada2",
"TestID": "e3125a33-75ea-4e06-b359-5b2aa4fb9e6b",
"TestQuestionDefinitionID": "54709d99-9133-4931-b67a-80b1ab027dff",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}