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": "714ceeb3-937b-4fd9-b30c-6ee984e7610c",
"TestID": "863645bf-a296-4366-a258-462537e081bb",
"TestQuestionDefinitionID": "82075769-f289-4fbe-8536-213c12217b92",
"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": "7345d3f9-ecc3-457f-8844-8c10dee408c2",
"TestID": "7ae06b4d-ac65-465f-941e-cf1787c4649a",
"TestQuestionDefinitionID": "5c124b26-008f-479a-acec-790ec0ac22a2",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}