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": "60d85958-8102-4ec2-801f-1607581e0659",
"TestID": "a805a63f-0de8-41ec-8507-8ca7502cff35",
"TestQuestionDefinitionID": "34878c35-6d95-4194-ba55-fea20b439734",
"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": "5daf3b51-3485-485b-b95f-3ed5259f7cb9",
"TestID": "55de71c5-1518-4d84-b078-e623c84b2750",
"TestQuestionDefinitionID": "6c8a28ae-0ebb-4c78-b252-3c3991e0dfe0",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}