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": "2fcc1c2a-dee4-42b2-9dd6-a7cc589fda62",
"TestID": "b17a7c33-2c54-40e7-be22-cf424b844919",
"TestQuestionDefinitionID": "30fa2ec1-ef61-408a-98fb-864dc42bf3df",
"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": "202826c1-79ad-4622-b13f-dd3247d1f6a6",
"TestID": "9747fc3a-2022-4415-9eb0-4ecc95aeb001",
"TestQuestionDefinitionID": "305293f5-98d4-463d-8273-257027b3fb89",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}