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": "7aa23e08-5202-42ac-ac20-6cd4c0cbb54f",
"TestID": "6792a247-3ef7-4e23-bb8a-354fedd30baa",
"TestQuestionDefinitionID": "76632fa2-5d1d-45e2-b5ee-8305e1c2ab21",
"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": "3bee56eb-d7af-47fe-b395-8035cdf2b57d",
"TestID": "a056df4f-db8c-4f3a-b382-907522081f59",
"TestQuestionDefinitionID": "d6afd653-b021-4058-ad0b-a8e6b8196efc",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}