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": "2f052b78-919e-43a8-8ccc-3fa046dec3f6",
"TestID": "d5df0a58-b069-4f3b-b6e0-0ae0c0f21105",
"TestQuestionDefinitionID": "bffb6704-a37b-4e60-a900-4ae4f3fd875f",
"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": "e9e23b65-afcd-484b-819a-1077fc0eeb39",
"TestID": "cef3ab29-16b1-468a-801f-9f7c6c51d543",
"TestQuestionDefinitionID": "481bba9e-b866-46dd-a4f3-881abeb41569",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}