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": "f37cc69a-9f78-4b39-a885-be6683e4e30c",
"TestID": "ed712ac0-c559-4af6-ba4f-40a9b8ecdf07",
"TestQuestionDefinitionID": "39b919fe-982d-4812-8fa4-123fd2e757b1",
"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": "4506c903-8cf0-4a04-869e-5da7d035b55b",
"TestID": "85a5a1ed-9bf7-4f39-8fa3-ff2f2cac7ada",
"TestQuestionDefinitionID": "d1bac71b-7189-42e9-967d-4fb074ce4411",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}