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": "10ef5573-2cec-4360-89ec-a98f5be02774",
  "TestID": "78585e95-4948-4d4d-8b5e-fe4cb1d9f8c5",
  "TestQuestionDefinitionID": "61f5b99d-5af9-4751-acfc-c726e07e9528",
  "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": "d2368efb-d146-4b89-819b-775ca670ebcd",
  "TestID": "d904208d-18fd-4c13-a7ee-d19ab5d78f4a",
  "TestQuestionDefinitionID": "70c34f04-8504-4ec1-8188-2baef5eca9ea",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}