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": "73cbf264-1012-4173-ab6e-7803199fbbbf",
  "TestID": "8728b71a-3549-4a74-8775-4555acea591e",
  "TestQuestionDefinitionID": "64de0ac0-7a8d-4419-bdec-9408803e24de",
  "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": "7adf9aa3-66a6-4863-bd33-84a6eac091af",
  "TestID": "efed0219-ccd3-4572-8fbb-38e48b694dae",
  "TestQuestionDefinitionID": "ee1b8d67-b18a-490a-8abe-c4bd138d87f2",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}