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": "a53cc089-f279-4a8e-b475-4398462d80bc",
  "TestID": "5a643eca-485a-4789-9bd6-d23605acca08",
  "TestQuestionDefinitionID": "190d5980-bf79-474b-8dd7-6c0f884aaf5d",
  "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": "848a4193-3712-49ae-9658-c7aac2d51d8e",
  "TestID": "9039b6b0-3710-4262-b3a8-80ef44e1bf74",
  "TestQuestionDefinitionID": "e0c4d8ab-23cb-4ec9-b684-8148a0d5616c",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}