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": "60dc5040-6392-4af3-b220-dda4d88afd1a",
"TestID": "6ad0a407-a2ed-4ca5-a1a9-6c83e9ecc187",
"TestQuestionDefinitionID": "d23b8f18-5606-46bc-941b-5a365f97af19",
"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": "626e1afb-f8f3-4954-a7c5-853168cbdd17",
"TestID": "864e0189-1535-4588-a9d5-827012f5ba70",
"TestQuestionDefinitionID": "ca2ad61a-fe67-46eb-99ba-b3145d2e1ac6",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}