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": "6b092e22-875d-4a25-89e7-2ebb479e8fc6",
"TestID": "99590299-94ae-41af-b501-601e6f12b342",
"TestQuestionDefinitionID": "e67a2a43-f790-46b9-9c40-ccb2eefc7399",
"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": "7cf75b0c-99dd-4c51-a1d2-4f82dce2832a",
"TestID": "9e368993-fb78-4f71-945f-a301b71f7ff1",
"TestQuestionDefinitionID": "ba094471-0028-4bc6-b860-4313f0efbb54",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}