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": "2985a02f-6b93-4489-b489-bc00710d72ff",
  "TestID": "e8f2ed1f-74bb-4b90-aba6-0d83a174e855",
  "TestQuestionDefinitionID": "e18ecf01-de3e-4d6f-be68-c4600ffb7211",
  "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": "d4d38f47-f2c2-4391-ba17-62fbca703b62",
  "TestID": "5cee319c-0008-4960-89d5-464fff6354db",
  "TestQuestionDefinitionID": "711f57bb-c559-4657-89b3-7a89c8154615",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}