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": "f6387101-04ae-4b0e-be56-9dfe0904219a",
  "TestID": "f049f42c-4dea-4c66-bd06-289a13a0dc71",
  "TestQuestionDefinitionID": "320c5119-82da-456e-adba-1a9c3b5a3435",
  "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": "a339e47c-0259-470f-88cb-db227f922c9d",
  "TestID": "ba6659fc-bf99-4add-b351-038f3a757842",
  "TestQuestionDefinitionID": "8c4fea4e-ea8f-4963-9c82-02f0db716fb7",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}