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": "8f49837a-d0d3-407e-9cb8-bc6f72269e6b",
"TestID": "96d694b8-d045-4be8-a723-61d81fae450f",
"TestQuestionDefinitionID": "0e0a20a3-32be-45bb-9c06-0f8e35488037",
"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": "ab6c613b-1c7e-4704-ba49-d018d596830e",
"TestID": "8f387137-fff3-4e8e-a396-3967c520cdca",
"TestQuestionDefinitionID": "4958cd69-ecc8-4057-a9b3-6ba93bc60a77",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}