| teamId | integer | Unique identifier for the team | readonly | 
				
					| clubId | integer | Unique identifier for the club team belongs to |  | 
				
					| clubName | string | club name | readonly | 
				
					| linkDetailClub | url | link to the club detail record | readonly | 
				
					| leagueId | integer | Unique identifier for the league | readonly | 
				
					| leagueName | string | league name | readonly | 
				
					| linkDetailLeague | url | link to the league detail record | readonly | 
				
					| teamName | string | The name of the team | required | 
                
                    | teamNickname | string | A non-offical name of the team |  | 
                
                    | teamCode | string | A three letter code for this team |  | 
                
                    | teamNameInternational | string | The name of the team suitable for international purposes. Latin characters only. |  | 
                
                    | teamNicknameInternational | string | A non-official name of the team suitable for international purposes. Latin characters only. |  | 
                 
                    | teamCodeInternational | string | A three letter code for this team suitable for international purposes. Latin characters only. |  | 
                 
                    | status | string | 
                            ACTIVEActiveINACTIVEinactive |  | 
				
					| address1 | string | Line 1 of the address |  | 
				
					| address2 | string | Line 2 of the address |  | 
				
					| address3 | string | Line 3 of the address |  | 
				
					| suburb | string | The suburb/town of the team |  | 
				
					| state | string | The state/region of the team |  | 
				
					| postalCode | string | The postal delivery code of the team |  | 
				
					| country | string | The country of the team | readonly | 
				
					| countryCode | string | The ISO 3166 two letter country code |  | 
				
					| countryCodeIOC | string | The IOC three letter country code | readonly | 
				
					| phone | string | The public phone number for the team |  | 
				
					| fax | string | The public fax number for the team |  | 
				
					| email | email address | The public email address for the team |  | 
				
					| facebook | string | The public facebook account for the team |  | 
				
					| twitter | string | The public twitter account for the team |  | 
                
                    | ticketURL | string | URL of ticket purchasing |  | 
				
					| keywords | string | A comma-separated string of keywords relevant to this team. |  | 
				
					| website | url | external website url |  | 
				
					| externalId | string | A unique ID for this team set by the owner of this league. |  | 
        
            | internationalReference | string | A unique string assigned by the sport's international body for this team. |  | 
                
                    | images
                            
                                | logo | structure | The files sub-structure from the Upload Resource. Only present if this team has a logo that has been uploaded. | readonly |  
                                | jersey | structure | The files sub-structure from the Upload Resource. Only present if this team has a jersey that has been uploaded. | readonly |  
                                | photo | structure | The files sub-structure from the Upload Resource. Only present if this team has a team photo that has been uploaded. | readonly |  |