POST api/Elearning/SaveELearnLinkViews
Request Information
URI Parameters
None.
Body Parameters
tblSaveELearningLinks| Name | Description | Type | Additional information |
|---|---|---|---|
| LinkViewsId | integer |
None. |
|
| ELearnId | integer |
None. |
|
| SchoolId | integer |
None. |
|
| PersonId | integer |
None. |
|
| PersonFlag | string |
None. |
|
| AnswerSheetPath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LinkViewsId": 1,
"ELearnId": 2,
"SchoolId": 3,
"PersonId": 4,
"PersonFlag": "sample string 5",
"AnswerSheetPath": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}