PUT api/TestQuestions/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

testQuestion
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TestQuestionID": "cc1ddb82-f6e3-455f-8f23-2d56757caba8",
  "TestID": "dfcc9a28-67b8-4f2d-859e-123bd36b4f0f",
  "TestQuestionDefinitionID": "b426055b-f938-4ed0-aa1d-029bb196b16f",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.