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": "cd94032f-9a8f-496c-a15f-7d644b665897",
"TestID": "b654e888-2c27-43b6-b43f-6efc1a20c307",
"TestQuestionDefinitionID": "1161200d-9a0e-4e6e-90ad-685a30054cb3",
"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": "89c0a803-3f8b-487f-9adf-7e24ad3bf83f",
"TestID": "0787c62b-a18c-4f4d-a357-42fa96f865c9",
"TestQuestionDefinitionID": "38fe581d-c3bf-4043-9ed6-12e1411deba8",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}