POST api/{version}/StudyHub2/UpdateStudentEbookProductTrack
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
StudentEbookProductInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentEnrollmentId | integer |
None. |
|
| Annotations | string |
None. |
|
| LastVisitedPage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentEnrollmentId": 1,
"Annotations": "sample string 2",
"LastVisitedPage": 3
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Info | ReturnResult |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Info": {
"Status": true,
"Message": "sample string 2",
"AdditionalData": {},
"ObjAppResponseMessage": {
"Status": true,
"Message": "sample string 2",
"AdditionalData": "sample string 3"
}
},
"Data": {}
}