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": "a4360216-282f-4c5f-8516-99f3f82fbcfb",
  "TestID": "2dfe853c-6ca3-4532-80e1-453aea75cbd0",
  "TestQuestionDefinitionID": "a07bc4e5-ea05-4d71-8fd4-8ea2b4ea61e6",
  "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": "c24970c3-07b0-4624-8709-6439e67479cb",
  "TestID": "6505edf1-caec-4919-9394-642e01c35ebd",
  "TestQuestionDefinitionID": "c63a2613-2750-4997-ac43-6bdd607cca7a",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}