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": "f7c81430-d021-4930-8fa5-457de004e92d",
"TestID": "d7d1bd1f-68e7-4abb-9eec-43ce4fabc02f",
"TestQuestionDefinitionID": "8d4cb300-26e9-4ed7-9a82-ccc6ff65a1e2",
"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": "5b97fc3f-5435-4855-b6fc-923be0ebbdd5",
"TestID": "60b200af-96ea-4eb3-beba-02719a01c073",
"TestQuestionDefinitionID": "877573f4-8ad3-4b3e-9e74-48a8821c458e",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}