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": "39620233-69e3-416a-b391-153df51e6eac",
  "TestID": "4d3defb7-cb69-4d63-bb97-59dff60c5b52",
  "TestQuestionDefinitionID": "110aa9b4-ca56-46ce-8e07-619301cf15ee",
  "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": "3209643c-338b-4e0d-8026-2edcfaa19393",
  "TestID": "309e57ce-0986-47fe-b379-3c5e97e4af62",
  "TestQuestionDefinitionID": "7cc0388a-f55e-4a08-8edf-0e8503bfe50c",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}