POST api/Elearning/SaveELearningQuestions
Request Information
URI Parameters
None.
Body Parameters
TblSaveELearningQuestions| Name | Description | Type | Additional information |
|---|---|---|---|
| ELearnQuestionId | string |
None. |
|
| ELearnId | integer |
None. |
|
| ELearnQuestion | string |
None. |
|
| QuestionActualOption | string |
None. |
|
| QuestionOrder | string |
None. |
|
| Status | string |
None. |
|
| UserId | string |
None. |
|
| NoOfOptions | string |
None. |
|
| QuestionImagePath | string |
None. |
|
| QuestionFormulaPath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ELearnQuestionId": "sample string 1",
"ELearnId": 2,
"ELearnQuestion": "sample string 3",
"QuestionActualOption": "sample string 4",
"QuestionOrder": "sample string 5",
"Status": "sample string 6",
"UserId": "sample string 7",
"NoOfOptions": "sample string 8",
"QuestionImagePath": "sample string 9",
"QuestionFormulaPath": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}