Difference between revisions of "MovieAvailabilityWindow"
Jump to navigation
Jump to search
(Created page with "* Example of use: <br> : Request <br> ::http://backendapi.dev1.gvp.mediaibox.com.br/Data/MovieAvailabilityWindow/Filters/MOVIE_ID/21/INSTANCE_ID/2 <br> : Response <br> <source...") |
(No difference)
|
Revision as of 13:42, 8 February 2016
- Example of use:
- Request
- Response
{
"StatusCode": 0,
"Severity": 1,
"HttpStatusCode": 200,
"StatusMessage": "OK",
"Content": {
"List": [
{
"MovieId": 21,
"InstanceId": 2,
"SourceId": 0,
"LicenseStart": 1422745200,
"LicenseEnd": 1451516400,
"ID": 1
},
{
"MovieId": 21,
"InstanceId": 2,
"SourceId": 0,
"LicenseStart": 1451602800,
"LicenseEnd": 1455490800,
"ID": 2
}
],
"Count": 2
}
}