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": "a4066fea-7ea6-4172-b05c-c0a1343c7097",
  "TestID": "db53ef91-29eb-4487-9ce8-3e73ea38eba7",
  "TestQuestionDefinitionID": "5ad8f4f8-6a38-468e-9563-6a6d7ff38c5e",
  "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": "e33ac14e-698d-49a1-aa43-a7e3bb6cabbd",
  "TestID": "bb6716cf-dc93-4d38-9ece-ed1e68bdd150",
  "TestQuestionDefinitionID": "eac9f263-e716-4a85-9ccc-ed1c19cc3325",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}