Common/movie/v1.1/MoviesType

Jump to: navigation, search

MoviesType

Contains information about a movie type.

Elements

NameTypeDescription
id string Database ID of the movie type.
name string The movie type.
weight string A number from 1 to 10, where a larger number indicates a greater importance.

XML Response Example

<MoviesType>
  <id>D   677</id>
  <name>Rock Musical</name>
  <weight>6</weight>
</MoviesType>

JSON Response Example

{
  "id":"D  677",
  "name":"Rock Musical",
  "weight":6
}
 
Personal tools