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": "fe94f7f1-5d0e-44f1-a44e-f08ebc1a9139",
  "TestID": "ba9e103f-d30d-4f40-adab-d7e302c00ad1",
  "TestQuestionDefinitionID": "1f8c939f-3e68-44b9-91f8-4aad63aecf9b",
  "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": "37f58ad7-46c1-40c5-b171-7ea8f986d0bd",
  "TestID": "4e8734e0-536c-4e5f-81ff-b824b2d58088",
  "TestQuestionDefinitionID": "9647e47e-9aff-4b85-b8fd-161ba8c7d315",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}