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": "503ced03-1370-4b96-b200-4494fd8d854e",
"TestID": "f851c207-1a30-4d87-b47d-2fccfe4ce02b",
"TestQuestionDefinitionID": "f1df66fb-e77a-4dd8-a21f-77ce7970892c",
"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": "45c16dbb-8e5e-47ce-8f22-0ea1d11cf6fa",
"TestID": "0358683a-a9e6-4345-a5a8-80e8acc93bd5",
"TestQuestionDefinitionID": "b2aa048b-ce97-4c4c-8fcc-7b46a2652212",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}