MTReport Data Type

A MTSociety represents a society, or performing rights organisation (PRO). Throughout this API, this entity will be referred to as a society.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs wrapped by description
additionalDetails string element 0/1    
address string element 0/1    
city string element 0/1    
company string element 0/1    
contact string element 0/1    
country string element 0/1    
created dateTime element 0/1    
email string element 0/1    
firstOnAirDate dateTime element 0/1    
id string element 0/1    
phone string element 0/1    
postalCode string element 0/1    
productionTitle string element 0/1    
productionType string element 0/1    
reportDetail list of MTReportDetail element 0/unbounded reportDetails  
reportGroup MTReportGroup element 0/1    
updated dateTime element 0/1    

Example

<report>
  <reportGroup>
    <token>...</token>
    <title>...</title>
    <ownerLabel>...</ownerLabel>
    <owner>
      <deleted>...</deleted>
      <email>...</email>
      <fullname>...</fullname>
      <userPrivileges>
        <userPrivilege/>
      </userPrivileges>
      <userRoles>
        <userRole/>
      </userRoles>
      <userSettings>
        <userSetting/>
      </userSettings>
      <username>...</username>
      <id>...</id>
      <updated>...</updated>
    </owner>
    <invoiceChecked>...</invoiceChecked>
    <invoiced>...</invoiced>
    <invoiceNumber>...</invoiceNumber>
    <created>...</created>
    <id>...</id>
    <updated>...</updated>
  </reportGroup>
  <company>...</company>
  <address>...</address>
  <postalCode>...</postalCode>
  <city>...</city>
  <country>...</country>
  <contact>...</contact>
  <reportDetails>
    <reportDetail>
      <type>...</type>
      <detail>...</detail>
      <id>...</id>
      <updated>...</updated>
    </reportDetail>
  </reportDetails>
  <email>...</email>
  <phone>...</phone>
  <additionalDetails>...</additionalDetails>
  <productionType>...</productionType>
  <productionTitle>...</productionTitle>
  <firstOnAirDate>...</firstOnAirDate>
  <created>...</created>
  <id>...</id>
  <updated>...</updated>
</report>