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": "672361d7-0646-48c6-9b54-778db8a52c19",
"TestID": "de75bf59-b927-4771-8b72-8d690b864065",
"TestQuestionDefinitionID": "e8dc4aa9-d196-4cb6-bce1-35dec0f38f59",
"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": "0238bfe7-b563-47bd-8e53-0e034032df0f",
"TestID": "781104b0-f3b1-4336-8818-f98b9ff59060",
"TestQuestionDefinitionID": "2c34aed5-5d6d-41de-bb5d-7efa4fe18836",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}