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": "1c455bda-5a5a-40a1-b6bf-9707ceaf6c0b",
"TestID": "87b76eee-5945-405b-b383-fcf7616f0e86",
"TestQuestionDefinitionID": "060e61e2-0859-4ced-9b69-2ee89845b3c9",
"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": "7509596d-b1a2-46d6-b139-75cc47b49747",
"TestID": "7072481c-480c-440f-b704-7be42adf72ab",
"TestQuestionDefinitionID": "16549a46-06f0-4c36-bc3e-8385809815de",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}