POST api/TestQuestions
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
testQuestion | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "TestQuestionID": "e85b8d50-bc3c-49cb-a28e-7bd5d9c12c75", "TestID": "a8eeaba7-2b26-4ec4-84ba-6b3951af194a", "TestQuestionDefinitionID": "b0a12460-3a91-4719-a341-86998f8f55fa", "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": "0e9c812c-2c37-4b68-b795-9097364432f0", "TestID": "9f3666db-c279-4e43-b45a-37fbe2a01138", "TestQuestionDefinitionID": "2610a80d-364c-4c63-bb92-063becd4351b", "SortOrder": 4, "SelectedAnswerNumber": 5, "Correct": true, "Deleted": true }