Difference between revisions of "MovieStaff"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_DataType_Spec |Description=Represents the information regarding the people involved in a program or movie |Members= {{{!}} border="2" style="width:800px" cellspacing="0"...")
 
(No difference)

Latest revision as of 11:05, 2 June 2014

Represents the information regarding the people involved in a program or movie

Members

Field Data Type Description
Person Person object Object containing person details
Role Role enumeration data type Role in the program


Example

{

"Role": 3,
"Person": Person object

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation Harley Cabral


See also