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": "8de0d09c-1c87-4593-84b0-f19df12084e2",
  "TestID": "ce79ae7c-0ec4-4a5c-b9fa-c965f6b222ba",
  "TestQuestionDefinitionID": "df393857-74e2-4d76-aac4-8420c85ea534",
  "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": "6f88797a-e532-4fef-a018-28b51e339054",
  "TestID": "889b95b6-7fa6-434e-b537-7f5639259f0d",
  "TestQuestionDefinitionID": "01029fcb-2875-4731-8208-4f2ec87f14d2",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}