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": "be1c0726-5de3-449d-b3f4-94e8ae5676fe", "TestID": "fcbb9e9f-0cdd-45cc-b777-1802f59d23d6", "TestQuestionDefinitionID": "6b66006e-ea8e-4a70-a38f-12862575c84f", "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": "5da08097-84cb-48bf-acbe-882953d95aaf", "TestID": "aa7629aa-23e0-420a-80a8-a170f332d1f5", "TestQuestionDefinitionID": "62e758ad-52ee-46d7-8b0b-ef75f35baecd", "SortOrder": 4, "SelectedAnswerNumber": 5, "Correct": true, "Deleted": true }