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": "826cf75d-06c5-4d09-a728-ae3b39f1d81d",
"TestID": "7613dd39-fdd8-41bb-885c-95de41b78185",
"TestQuestionDefinitionID": "b93c8de3-c398-4708-a48e-d42be96a928d",
"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": "992a220b-2b88-4595-8529-aa494e745ecf",
"TestID": "4362c494-0a29-4211-999c-0736edf01c8c",
"TestQuestionDefinitionID": "13339d68-2200-4dca-8260-7d67f437596c",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}