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": "e4bd6779-b842-47cf-9fbb-59175769bfbb",
  "TestID": "4aae2304-c993-42e1-bd52-d5fb4f47890f",
  "TestQuestionDefinitionID": "80932c90-7bff-4869-9a7d-dadb9569a6ff",
  "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": "dc07ff38-2062-4351-9bbf-5ad48d643320",
  "TestID": "415033c4-e825-4afb-9351-f8a8d4b861f8",
  "TestQuestionDefinitionID": "0d16cbdd-8c22-46a8-9970-acbc84f1cfb1",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}