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": "b04a01d5-4383-46f0-9677-7347f1de3995",
  "TestID": "bc3d3e70-07fa-4e2b-9bbd-ffad49abbfc7",
  "TestQuestionDefinitionID": "17478dce-622a-42f0-aa05-c51c61741fe0",
  "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": "4205936d-42a7-4349-8f17-791ea70256ad",
  "TestID": "dac07eed-a2fa-4aa6-8686-4511ea72bbbe",
  "TestQuestionDefinitionID": "37b328eb-b18c-46aa-b82e-d974155750f9",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}