A cinema refers to a complex in one geographic location where films are shown. Each cinema has one or more screens.
A cinema
refers to a complex in one geographic location where films are shown.
cinema_id required | string (Cinema_id) Each |
name required | string The |
timezone required | string The The timezone must be an IANA recognized timezone. For a list of recognized timezones please see Timezones. |
tags | Array of strings (Tags) <= 10 items A list of tags that are used to group items together. |
{- "cinema_id": "northcitymultiplex01",
- "name": "North City Multiplex",
- "timezone": "Pacific/Auckland",
- "tags": [
- "IMAX",
- "3D"
]
}
Creates or updates a cinema in the system. This will create the cinema
in Movio if the Cinema does not exist. If the cinema exists, then the
cinema with the same cinema_id
will be one to one replaced with the new
cinema.
The cinemas to be created.
The response to a bulk request that succeeded.
The response to a bulk request that failed.
The request has not been applied because it lacks valid authentication credentials for the target resource.
The request was well-formed but was unable to be followed due to semantic errors.
[- {
- "cinema_id": "northcitymultiplex01",
- "name": "North City Multiplex",
- "timezone": "Pacific/Auckland",
- "tags": [
- "IMAX",
- "3D"
]
}
]
{- "total": 3,
- "created_count": 2,
- "updated_count": 1
}
Deletes a cinema from the system. This effectively remove the cinema from Movio. Useful when a cinema has closed down and is no longer operating. Movio will keep the cinema in the system for historical purposes.
The cinema was deleted successfully.
The request could not be understood by the server due to malformed syntax.
The request has not been applied because it lacks valid authentication credentials for the target resource.
The request was well-formed but was unable to be followed due to semantic errors.
The request could not be understood by the server due to malformed syntax. The client should not repeat the request without modifications.