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": "f3ef1021-d267-48cd-8624-0dd32e02179b",
  "TestID": "da245618-2af2-456d-93b8-03ce271addad",
  "TestQuestionDefinitionID": "aaf2ed2f-9e5e-49f1-83e5-148e36ef7df1",
  "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": "5d89e3d4-dec9-4fb0-8d86-8df9188452fa",
  "TestID": "2b55fed3-326d-459d-a6bf-f52b28807065",
  "TestQuestionDefinitionID": "c5e3c6cf-c79d-4dec-bb40-b534a8263749",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}