Difference between revisions of "Resume"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description=Represents a Subscription object. Subscriptions are packages that the user can purchase and provide access to other products such as Movies, L...") |
|||
| Line 1: | Line 1: | ||
{{Api_DataType_Spec | {{Api_DataType_Spec | ||
| − | |Description= | + | |Description= |
|Members= | |Members= | ||
Latest revision as of 19:06, 10 September 2014
Members
| Field | Data Type | Description |
|---|---|---|
| AudioCode | String | |
| DateIns | long | |
| MovieId | int | |
| SubtitleId | int | |
| Time | int | |
| UserId | int |
Example
{
- "DateIns": 0,
- "MovieId": 0,
- "UserId": 0,
- "Time": 0,
- "SubtitleId": 0,
- "AudioCode": null
}
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial data type implementation | Harley Cabral |