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": "03dec208-f4f7-439f-821d-fc03565076f2",
  "TestID": "e9f3a9c8-4347-457c-93e8-e91fab9c624e",
  "TestQuestionDefinitionID": "ed30fb23-8224-49ce-8ed2-6d9d890b5b91",
  "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": "da8e5666-bbc1-4059-977f-9e38af331a02",
  "TestID": "95f29380-566b-422b-8043-fdc59f94a4f1",
  "TestQuestionDefinitionID": "60c3b3a3-0d43-4f07-8b43-abcd4edfcf3e",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}