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": "3684ac1d-616b-4e85-942e-d3f98c8b7ff7",
"TestID": "3bac7679-5b40-418f-9417-6de3948f0750",
"TestQuestionDefinitionID": "0824fa83-cedf-455c-9028-40c8ace7d64a",
"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": "4f59c20e-9f55-49d7-9299-2237f82b520b",
"TestID": "1c99fcf4-ed94-4fee-83ec-1ae34bc97789",
"TestQuestionDefinitionID": "f3fa6dd7-44ea-4cc8-9ab4-80aa6f52fc35",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}