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": "f7cf1bcf-eb4b-4fae-a553-1fe17b5a0962", "TestID": "2e259b5d-f238-43cf-bff1-f92be452bc1d", "TestQuestionDefinitionID": "ccd4685d-3d4c-4718-ba70-ee318be4eff9", "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": "dd7d1988-2be6-403d-92db-ae80313e8b4d", "TestID": "c8f4d331-5a1f-42b0-9f5f-48861bc1709a", "TestQuestionDefinitionID": "917da539-7d93-4cd7-ac7b-c571f2b00552", "SortOrder": 4, "SelectedAnswerNumber": 5, "Correct": true, "Deleted": true }