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": "689ef806-019f-4e50-81b2-2fa60e5ed6dd",
  "TestID": "c8bf19fc-adf7-4a2f-8730-0c20e9421598",
  "TestQuestionDefinitionID": "73923130-05d7-4118-bb3d-c6c51c73b0bc",
  "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": "f516a994-8474-4673-98fa-416bc0e1074d",
  "TestID": "554b8f07-2323-47a3-87a1-716ad6e91882",
  "TestQuestionDefinitionID": "2338317c-63ad-4565-bcda-ff4578698e23",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}