POST api/Video/VideoLogApp
Request Information
URI Parameters
None.
Body Parameters
clsTrackVideoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| MFID | integer |
None. |
|
| UserLogId | integer |
None. |
|
| PageId | integer |
None. |
|
| PackageID | string |
None. |
|
| Version | string |
None. |
|
| DateTime | date |
None. |
|
| UserID | string |
None. |
|
| MediumID | integer |
None. |
|
| SSMID | integer |
None. |
|
| IPAdress | string |
None. |
|
| TimeDuration | integer |
None. |
|
| MediumId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MFID": 1,
"UserLogId": 2,
"PageId": 3,
"PackageID": "sample string 4",
"Version": "sample string 5",
"DateTime": "2025-12-13T10:08:51.9179771+05:30",
"UserID": "sample string 7",
"MediumID": 8,
"SSMID": 9,
"IPAdress": "sample string 10",
"TimeDuration": 11,
"MediumId": 12
}
application/xml, text/xml
Sample:
<clsTrackVideoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <DateTime>2025-12-13T10:08:51.9179771+05:30</DateTime> <IPAdress>sample string 10</IPAdress> <MFID>1</MFID> <MediumID>8</MediumID> <MediumId>12</MediumId> <PackageID>sample string 4</PackageID> <PageId>3</PageId> <SSMID>9</SSMID> <TimeDuration>11</TimeDuration> <UserID>sample string 7</UserID> <UserLogId>2</UserLogId> <Version>sample string 5</Version> </clsTrackVideoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
clsVideoLog| Name | Description | Type | Additional information |
|---|---|---|---|
| VideoLogId | integer |
None. |
|
| Duration | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"VideoLogId": 1,
"Duration": 2.0
}
application/xml, text/xml
Sample:
<clsVideoLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <Duration>2</Duration> <VideoLogId>1</VideoLogId> </clsVideoLog>