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": "78de51c9-5028-4cca-b7d2-1602a3ddcdbc",
  "TestID": "f6d876ac-f294-43ab-bd3e-6bec75833b09",
  "TestQuestionDefinitionID": "352ec20d-aa31-43e6-a2dc-dd23db7b1755",
  "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": "6489d0a2-a47c-4902-8d15-756da48ec062",
  "TestID": "7a990dc0-9e63-4015-a4b5-e207680d420c",
  "TestQuestionDefinitionID": "e21d1394-e81f-4c6e-9baa-4f89954d72cc",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}