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": "257ee3d9-31b2-4026-8513-904192747094",
"TestID": "1d781b87-59f8-4d58-8a28-705f1de625f1",
"TestQuestionDefinitionID": "6d9ff4ad-70c9-47f7-a85d-d29ea205c29c",
"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": "3b30afdb-da57-4661-8006-0ff2e22f0026",
"TestID": "63a5e3b0-7f0f-48c5-90d0-87302ae246db",
"TestQuestionDefinitionID": "5788b8f9-e788-435c-801d-a9746e24a77f",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}