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": "27c9ae67-1d0f-48ea-962b-c84ae38e10f4",
"TestID": "ec82ee47-9a91-4073-adc4-14ee8f7b1e41",
"TestQuestionDefinitionID": "53065a94-bc86-4438-896b-29d37a7cb256",
"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": "14f0fe81-0824-498e-9f0f-ad55c97b54da",
"TestID": "ac8cc3be-112e-483c-b365-757e27df026b",
"TestQuestionDefinitionID": "37bbccb6-6c45-49f5-bbd4-aa0b9467b788",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}