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": "191a110d-eeff-4373-9931-0c1cc2094353",
  "TestID": "73e58d40-137a-44a7-8ac8-656dcb2716b1",
  "TestQuestionDefinitionID": "21fd11e0-75c6-4b72-9f97-b640a7483a55",
  "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": "c8740db9-cf8c-4323-b532-44d82e9794bf",
  "TestID": "20f2a826-f129-4894-b1a4-2795fdfcf016",
  "TestQuestionDefinitionID": "b50842f2-072b-463c-96c5-6b8e97106c78",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}