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": "40676d0b-6bca-4705-9a52-90307b90560b",
  "TestID": "7b5f161e-eae1-401f-bb4c-14b1292a2eec",
  "TestQuestionDefinitionID": "73b7521e-2cfc-4bfd-b734-609ac8e5bfa7",
  "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": "10ff9dc7-e682-4874-9f63-44069830e686",
  "TestID": "2cc8f9e7-010b-4b81-a3e4-be16192b8ecd",
  "TestQuestionDefinitionID": "1408cb9d-cc27-4280-80b2-7e6563b984e1",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}