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": "a4365c5d-9add-4ff3-a7fb-639fa514ee5e",
  "TestID": "0405e424-9dc2-4c65-86cb-8650a4beabbf",
  "TestQuestionDefinitionID": "48798593-5373-4515-a241-2932bd4ddcb0",
  "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": "40e4f1fd-9283-43c9-95dd-807c2d7da5fe",
  "TestID": "2da60a22-2856-4bae-8fc2-4d0f924f8605",
  "TestQuestionDefinitionID": "ebd5e39c-2d46-40f5-a8c2-5ce1dd7c1924",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}