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": "c0f02cfb-f53d-48ea-aabe-29dc87a05898",
  "TestID": "abdf78ea-7ec1-43b2-9b97-40194a2a962d",
  "TestQuestionDefinitionID": "84c77734-d620-4fd0-9e54-3e8a391c6d64",
  "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": "4ecd5e91-ce97-44d1-9e5c-8a73e7bfb47e",
  "TestID": "a2559c70-56c5-4837-b947-ab781ab89f53",
  "TestQuestionDefinitionID": "f42beb84-9d02-4a81-a236-cb80a38525e2",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}