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": "62857cdb-52ea-4269-a784-6ab979120eb6",
  "TestID": "01bef2da-14ef-4120-8751-f8b739668906",
  "TestQuestionDefinitionID": "c22d0e79-296c-4ce6-a58b-0ffa9502b3ec",
  "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": "ca9cd1eb-d917-4d33-9cf6-371fecbf1ade",
  "TestID": "f8460d35-6aae-434a-b0c3-80798b89edd7",
  "TestQuestionDefinitionID": "2275897c-e15f-4b89-9209-a7cff646b383",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}