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": "a5f0dd7e-1769-4660-afac-e22c8a44233c",
"TestID": "3837a446-a845-404f-bdb0-d1d90c114536",
"TestQuestionDefinitionID": "5ca053d1-fd96-4355-bc26-0a6ae608867a",
"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": "9314b1b0-2173-4bf0-81c1-2878035b97a4",
"TestID": "1677f177-4ab9-4b91-8391-9d579c954320",
"TestQuestionDefinitionID": "f93ffb77-c9ac-4825-b6ce-081f750a777b",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}