POST api/TestQuestions

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
testQuestion
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TestQuestionID": "54f66cd4-8b31-4a05-9366-874be99c15ec",
  "TestID": "84c5d797-a2a8-4543-96bc-d2ce9d254f7a",
  "TestQuestionDefinitionID": "718d65fb-e380-47d4-b238-6e1e3271494c",
  "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": "c5a5b79d-49bf-45e8-b1d9-8ac8d50070ad",
  "TestID": "fa1d0f13-02d0-4724-9f60-e939c252fabd",
  "TestQuestionDefinitionID": "72991e14-1211-499b-aa57-0ab4ad09ac18",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}