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": "adf9bb21-a0c7-4899-a516-af014d05593a",
"TestID": "08dfa65d-1482-4861-9730-71d57a76bf11",
"TestQuestionDefinitionID": "752dd8d2-d094-41a1-b6c3-68469830ed5c",
"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": "1e46d373-8098-44ed-a653-2360ac4bd651",
"TestID": "c3a876c1-26a7-46b0-a577-5d0bb22184e6",
"TestQuestionDefinitionID": "f3836a82-8c36-410e-8995-236abb10ce28",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}