FixturesLive_WebService
Click here for a complete list of operations.
GetScorersForLeague
Returns an array of fixtures and scorers
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /external/webservice/fl.asmx HTTP/1.1
Host: www.fixtureslive.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.fixtureslive.com/GetScorersForLeague"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetScorersForLeague xmlns="http://www.fixtureslive.com/">
<intLeagueID>int</intLeagueID>
<strAccountKey>string</strAccountKey>
</GetScorersForLeague>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetScorersForLeagueResponse xmlns="http://www.fixtureslive.com/">
<GetScorersForLeagueResult>
<Fixture>
<Venue />
<FixtureID>int</FixtureID>
<MatchDate>dateTime</MatchDate>
<HomeClubID>int</HomeClubID>
<HomeClub>string</HomeClub>
<HomeTeamID>int</HomeTeamID>
<HomeTeam>string</HomeTeam>
<AwayClubID>int</AwayClubID>
<AwayClub>string</AwayClub>
<AwayTeamID>int</AwayTeamID>
<AwayTeam>string</AwayTeam>
<HomeGoals>string</HomeGoals>
<AwayGoals>string</AwayGoals>
<LeagueID>int</LeagueID>
<DivisionID>int</DivisionID>
<LeagueName>string</LeagueName>
<LeagueShortName>string</LeagueShortName>
<DivisionName>string</DivisionName>
<DivisionShortName>string</DivisionShortName>
<CupRound>
<RoundID>int</RoundID>
<RoundName>string</RoundName>
<RoundDate>dateTime</RoundDate>
<RoundType>string</RoundType>
<RoundNumber>int</RoundNumber>
<IsFinal>boolean</IsFinal>
<Notes>string</Notes>
</CupRound>
<ScoreUpdatedDate>dateTime</ScoreUpdatedDate>
<Scorers>
<Scorer xsi:nil="true" />
<Scorer xsi:nil="true" />
</Scorers>
<Players>
<Player xsi:nil="true" />
<Player xsi:nil="true" />
</Players>
<Substitutes>
<Substitute xsi:nil="true" />
<Substitute xsi:nil="true" />
</Substitutes>
<Officials>
<Official xsi:nil="true" />
<Official xsi:nil="true" />
</Officials>
<Cards>
<Card xsi:nil="true" />
<Card xsi:nil="true" />
</Cards>
<Custom1>string</Custom1>
<Custom2>string</Custom2>
<Custom3>string</Custom3>
<Custom4>string</Custom4>
<Result>string</Result>
</Fixture>
<Fixture>
<Venue />
<FixtureID>int</FixtureID>
<MatchDate>dateTime</MatchDate>
<HomeClubID>int</HomeClubID>
<HomeClub>string</HomeClub>
<HomeTeamID>int</HomeTeamID>
<HomeTeam>string</HomeTeam>
<AwayClubID>int</AwayClubID>
<AwayClub>string</AwayClub>
<AwayTeamID>int</AwayTeamID>
<AwayTeam>string</AwayTeam>
<HomeGoals>string</HomeGoals>
<AwayGoals>string</AwayGoals>
<LeagueID>int</LeagueID>
<DivisionID>int</DivisionID>
<LeagueName>string</LeagueName>
<LeagueShortName>string</LeagueShortName>
<DivisionName>string</DivisionName>
<DivisionShortName>string</DivisionShortName>
<CupRound>
<RoundID>int</RoundID>
<RoundName>string</RoundName>
<RoundDate>dateTime</RoundDate>
<RoundType>string</RoundType>
<RoundNumber>int</RoundNumber>
<IsFinal>boolean</IsFinal>
<Notes>string</Notes>
</CupRound>
<ScoreUpdatedDate>dateTime</ScoreUpdatedDate>
<Scorers>
<Scorer xsi:nil="true" />
<Scorer xsi:nil="true" />
</Scorers>
<Players>
<Player xsi:nil="true" />
<Player xsi:nil="true" />
</Players>
<Substitutes>
<Substitute xsi:nil="true" />
<Substitute xsi:nil="true" />
</Substitutes>
<Officials>
<Official xsi:nil="true" />
<Official xsi:nil="true" />
</Officials>
<Cards>
<Card xsi:nil="true" />
<Card xsi:nil="true" />
</Cards>
<Custom1>string</Custom1>
<Custom2>string</Custom2>
<Custom3>string</Custom3>
<Custom4>string</Custom4>
<Result>string</Result>
</Fixture>
</GetScorersForLeagueResult>
</GetScorersForLeagueResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /external/webservice/fl.asmx HTTP/1.1
Host: www.fixtureslive.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetScorersForLeague xmlns="http://www.fixtureslive.com/">
<intLeagueID>int</intLeagueID>
<strAccountKey>string</strAccountKey>
</GetScorersForLeague>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetScorersForLeagueResponse xmlns="http://www.fixtureslive.com/">
<GetScorersForLeagueResult>
<Fixture>
<Venue />
<FixtureID>int</FixtureID>
<MatchDate>dateTime</MatchDate>
<HomeClubID>int</HomeClubID>
<HomeClub>string</HomeClub>
<HomeTeamID>int</HomeTeamID>
<HomeTeam>string</HomeTeam>
<AwayClubID>int</AwayClubID>
<AwayClub>string</AwayClub>
<AwayTeamID>int</AwayTeamID>
<AwayTeam>string</AwayTeam>
<HomeGoals>string</HomeGoals>
<AwayGoals>string</AwayGoals>
<LeagueID>int</LeagueID>
<DivisionID>int</DivisionID>
<LeagueName>string</LeagueName>
<LeagueShortName>string</LeagueShortName>
<DivisionName>string</DivisionName>
<DivisionShortName>string</DivisionShortName>
<CupRound>
<RoundID>int</RoundID>
<RoundName>string</RoundName>
<RoundDate>dateTime</RoundDate>
<RoundType>string</RoundType>
<RoundNumber>int</RoundNumber>
<IsFinal>boolean</IsFinal>
<Notes>string</Notes>
</CupRound>
<ScoreUpdatedDate>dateTime</ScoreUpdatedDate>
<Scorers>
<Scorer xsi:nil="true" />
<Scorer xsi:nil="true" />
</Scorers>
<Players>
<Player xsi:nil="true" />
<Player xsi:nil="true" />
</Players>
<Substitutes>
<Substitute xsi:nil="true" />
<Substitute xsi:nil="true" />
</Substitutes>
<Officials>
<Official xsi:nil="true" />
<Official xsi:nil="true" />
</Officials>
<Cards>
<Card xsi:nil="true" />
<Card xsi:nil="true" />
</Cards>
<Custom1>string</Custom1>
<Custom2>string</Custom2>
<Custom3>string</Custom3>
<Custom4>string</Custom4>
<Result>string</Result>
</Fixture>
<Fixture>
<Venue />
<FixtureID>int</FixtureID>
<MatchDate>dateTime</MatchDate>
<HomeClubID>int</HomeClubID>
<HomeClub>string</HomeClub>
<HomeTeamID>int</HomeTeamID>
<HomeTeam>string</HomeTeam>
<AwayClubID>int</AwayClubID>
<AwayClub>string</AwayClub>
<AwayTeamID>int</AwayTeamID>
<AwayTeam>string</AwayTeam>
<HomeGoals>string</HomeGoals>
<AwayGoals>string</AwayGoals>
<LeagueID>int</LeagueID>
<DivisionID>int</DivisionID>
<LeagueName>string</LeagueName>
<LeagueShortName>string</LeagueShortName>
<DivisionName>string</DivisionName>
<DivisionShortName>string</DivisionShortName>
<CupRound>
<RoundID>int</RoundID>
<RoundName>string</RoundName>
<RoundDate>dateTime</RoundDate>
<RoundType>string</RoundType>
<RoundNumber>int</RoundNumber>
<IsFinal>boolean</IsFinal>
<Notes>string</Notes>
</CupRound>
<ScoreUpdatedDate>dateTime</ScoreUpdatedDate>
<Scorers>
<Scorer xsi:nil="true" />
<Scorer xsi:nil="true" />
</Scorers>
<Players>
<Player xsi:nil="true" />
<Player xsi:nil="true" />
</Players>
<Substitutes>
<Substitute xsi:nil="true" />
<Substitute xsi:nil="true" />
</Substitutes>
<Officials>
<Official xsi:nil="true" />
<Official xsi:nil="true" />
</Officials>
<Cards>
<Card xsi:nil="true" />
<Card xsi:nil="true" />
</Cards>
<Custom1>string</Custom1>
<Custom2>string</Custom2>
<Custom3>string</Custom3>
<Custom4>string</Custom4>
<Result>string</Result>
</Fixture>
</GetScorersForLeagueResult>
</GetScorersForLeagueResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /external/webservice/fl.asmx/GetScorersForLeague?intLeagueID=string&strAccountKey=string HTTP/1.1 Host: www.fixtureslive.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfFixture xmlns="http://www.fixtureslive.com/">
<Fixture>
<Venue />
<FixtureID>int</FixtureID>
<MatchDate>dateTime</MatchDate>
<HomeClubID>int</HomeClubID>
<HomeClub>string</HomeClub>
<HomeTeamID>int</HomeTeamID>
<HomeTeam>string</HomeTeam>
<AwayClubID>int</AwayClubID>
<AwayClub>string</AwayClub>
<AwayTeamID>int</AwayTeamID>
<AwayTeam>string</AwayTeam>
<HomeGoals>string</HomeGoals>
<AwayGoals>string</AwayGoals>
<LeagueID>int</LeagueID>
<DivisionID>int</DivisionID>
<LeagueName>string</LeagueName>
<LeagueShortName>string</LeagueShortName>
<DivisionName>string</DivisionName>
<DivisionShortName>string</DivisionShortName>
<CupRound>
<RoundID>int</RoundID>
<RoundName>string</RoundName>
<RoundDate>dateTime</RoundDate>
<RoundType>string</RoundType>
<RoundNumber>int</RoundNumber>
<IsFinal>boolean</IsFinal>
<Notes>string</Notes>
</CupRound>
<ScoreUpdatedDate>dateTime</ScoreUpdatedDate>
<Scorers>
<Scorer>
<GoalTypeID>int</GoalTypeID>
<GoalType>string</GoalType>
<GoalTypeInitials>string</GoalTypeInitials>
<Points>int</Points>
<Minutes>int</Minutes>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
</Scorer>
<Scorer>
<GoalTypeID>int</GoalTypeID>
<GoalType>string</GoalType>
<GoalTypeInitials>string</GoalTypeInitials>
<Points>int</Points>
<Minutes>int</Minutes>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
</Scorer>
</Scorers>
<Players>
<Player>
<FixtureID>int</FixtureID>
<ShirtNumber>string</ShirtNumber>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
<Reserve>boolean</Reserve>
<Captain>boolean</Captain>
<MVP>boolean</MVP>
</Player>
<Player>
<FixtureID>int</FixtureID>
<ShirtNumber>string</ShirtNumber>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
<Reserve>boolean</Reserve>
<Captain>boolean</Captain>
<MVP>boolean</MVP>
</Player>
</Players>
<Substitutes>
<Substitute>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<PlayerOffUserID>int</PlayerOffUserID>
<PlayerOnUserID>int</PlayerOnUserID>
<PlayerOnFirstName>string</PlayerOnFirstName>
<PlayerOnLastName>string</PlayerOnLastName>
<PlayerOnGender>string</PlayerOnGender>
<TimeOfSub>int</TimeOfSub>
<Reason>string</Reason>
</Substitute>
<Substitute>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<PlayerOffUserID>int</PlayerOffUserID>
<PlayerOnUserID>int</PlayerOnUserID>
<PlayerOnFirstName>string</PlayerOnFirstName>
<PlayerOnLastName>string</PlayerOnLastName>
<PlayerOnGender>string</PlayerOnGender>
<TimeOfSub>int</TimeOfSub>
<Reason>string</Reason>
</Substitute>
</Substitutes>
<Officials>
<Official>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<OfficialName>string</OfficialName>
<OfficialType>string</OfficialType>
</Official>
<Official>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<OfficialName>string</OfficialName>
<OfficialType>string</OfficialType>
</Official>
</Officials>
<Cards>
<Card>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<UserID>int</UserID>
<CardType>string</CardType>
<TimeOfCard>int</TimeOfCard>
<Reason>string</Reason>
</Card>
<Card>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<UserID>int</UserID>
<CardType>string</CardType>
<TimeOfCard>int</TimeOfCard>
<Reason>string</Reason>
</Card>
</Cards>
<Custom1>string</Custom1>
<Custom2>string</Custom2>
<Custom3>string</Custom3>
<Custom4>string</Custom4>
<Result>string</Result>
</Fixture>
<Fixture>
<Venue />
<FixtureID>int</FixtureID>
<MatchDate>dateTime</MatchDate>
<HomeClubID>int</HomeClubID>
<HomeClub>string</HomeClub>
<HomeTeamID>int</HomeTeamID>
<HomeTeam>string</HomeTeam>
<AwayClubID>int</AwayClubID>
<AwayClub>string</AwayClub>
<AwayTeamID>int</AwayTeamID>
<AwayTeam>string</AwayTeam>
<HomeGoals>string</HomeGoals>
<AwayGoals>string</AwayGoals>
<LeagueID>int</LeagueID>
<DivisionID>int</DivisionID>
<LeagueName>string</LeagueName>
<LeagueShortName>string</LeagueShortName>
<DivisionName>string</DivisionName>
<DivisionShortName>string</DivisionShortName>
<CupRound>
<RoundID>int</RoundID>
<RoundName>string</RoundName>
<RoundDate>dateTime</RoundDate>
<RoundType>string</RoundType>
<RoundNumber>int</RoundNumber>
<IsFinal>boolean</IsFinal>
<Notes>string</Notes>
</CupRound>
<ScoreUpdatedDate>dateTime</ScoreUpdatedDate>
<Scorers>
<Scorer>
<GoalTypeID>int</GoalTypeID>
<GoalType>string</GoalType>
<GoalTypeInitials>string</GoalTypeInitials>
<Points>int</Points>
<Minutes>int</Minutes>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
</Scorer>
<Scorer>
<GoalTypeID>int</GoalTypeID>
<GoalType>string</GoalType>
<GoalTypeInitials>string</GoalTypeInitials>
<Points>int</Points>
<Minutes>int</Minutes>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
</Scorer>
</Scorers>
<Players>
<Player>
<FixtureID>int</FixtureID>
<ShirtNumber>string</ShirtNumber>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
<Reserve>boolean</Reserve>
<Captain>boolean</Captain>
<MVP>boolean</MVP>
</Player>
<Player>
<FixtureID>int</FixtureID>
<ShirtNumber>string</ShirtNumber>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
<Reserve>boolean</Reserve>
<Captain>boolean</Captain>
<MVP>boolean</MVP>
</Player>
</Players>
<Substitutes>
<Substitute>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<PlayerOffUserID>int</PlayerOffUserID>
<PlayerOnUserID>int</PlayerOnUserID>
<PlayerOnFirstName>string</PlayerOnFirstName>
<PlayerOnLastName>string</PlayerOnLastName>
<PlayerOnGender>string</PlayerOnGender>
<TimeOfSub>int</TimeOfSub>
<Reason>string</Reason>
</Substitute>
<Substitute>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<PlayerOffUserID>int</PlayerOffUserID>
<PlayerOnUserID>int</PlayerOnUserID>
<PlayerOnFirstName>string</PlayerOnFirstName>
<PlayerOnLastName>string</PlayerOnLastName>
<PlayerOnGender>string</PlayerOnGender>
<TimeOfSub>int</TimeOfSub>
<Reason>string</Reason>
</Substitute>
</Substitutes>
<Officials>
<Official>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<OfficialName>string</OfficialName>
<OfficialType>string</OfficialType>
</Official>
<Official>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<OfficialName>string</OfficialName>
<OfficialType>string</OfficialType>
</Official>
</Officials>
<Cards>
<Card>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<UserID>int</UserID>
<CardType>string</CardType>
<TimeOfCard>int</TimeOfCard>
<Reason>string</Reason>
</Card>
<Card>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<UserID>int</UserID>
<CardType>string</CardType>
<TimeOfCard>int</TimeOfCard>
<Reason>string</Reason>
</Card>
</Cards>
<Custom1>string</Custom1>
<Custom2>string</Custom2>
<Custom3>string</Custom3>
<Custom4>string</Custom4>
<Result>string</Result>
</Fixture>
</ArrayOfFixture>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /external/webservice/fl.asmx/GetScorersForLeague HTTP/1.1 Host: www.fixtureslive.com Content-Type: application/x-www-form-urlencoded Content-Length: length intLeagueID=string&strAccountKey=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfFixture xmlns="http://www.fixtureslive.com/">
<Fixture>
<Venue />
<FixtureID>int</FixtureID>
<MatchDate>dateTime</MatchDate>
<HomeClubID>int</HomeClubID>
<HomeClub>string</HomeClub>
<HomeTeamID>int</HomeTeamID>
<HomeTeam>string</HomeTeam>
<AwayClubID>int</AwayClubID>
<AwayClub>string</AwayClub>
<AwayTeamID>int</AwayTeamID>
<AwayTeam>string</AwayTeam>
<HomeGoals>string</HomeGoals>
<AwayGoals>string</AwayGoals>
<LeagueID>int</LeagueID>
<DivisionID>int</DivisionID>
<LeagueName>string</LeagueName>
<LeagueShortName>string</LeagueShortName>
<DivisionName>string</DivisionName>
<DivisionShortName>string</DivisionShortName>
<CupRound>
<RoundID>int</RoundID>
<RoundName>string</RoundName>
<RoundDate>dateTime</RoundDate>
<RoundType>string</RoundType>
<RoundNumber>int</RoundNumber>
<IsFinal>boolean</IsFinal>
<Notes>string</Notes>
</CupRound>
<ScoreUpdatedDate>dateTime</ScoreUpdatedDate>
<Scorers>
<Scorer>
<GoalTypeID>int</GoalTypeID>
<GoalType>string</GoalType>
<GoalTypeInitials>string</GoalTypeInitials>
<Points>int</Points>
<Minutes>int</Minutes>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
</Scorer>
<Scorer>
<GoalTypeID>int</GoalTypeID>
<GoalType>string</GoalType>
<GoalTypeInitials>string</GoalTypeInitials>
<Points>int</Points>
<Minutes>int</Minutes>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
</Scorer>
</Scorers>
<Players>
<Player>
<FixtureID>int</FixtureID>
<ShirtNumber>string</ShirtNumber>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
<Reserve>boolean</Reserve>
<Captain>boolean</Captain>
<MVP>boolean</MVP>
</Player>
<Player>
<FixtureID>int</FixtureID>
<ShirtNumber>string</ShirtNumber>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
<Reserve>boolean</Reserve>
<Captain>boolean</Captain>
<MVP>boolean</MVP>
</Player>
</Players>
<Substitutes>
<Substitute>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<PlayerOffUserID>int</PlayerOffUserID>
<PlayerOnUserID>int</PlayerOnUserID>
<PlayerOnFirstName>string</PlayerOnFirstName>
<PlayerOnLastName>string</PlayerOnLastName>
<PlayerOnGender>string</PlayerOnGender>
<TimeOfSub>int</TimeOfSub>
<Reason>string</Reason>
</Substitute>
<Substitute>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<PlayerOffUserID>int</PlayerOffUserID>
<PlayerOnUserID>int</PlayerOnUserID>
<PlayerOnFirstName>string</PlayerOnFirstName>
<PlayerOnLastName>string</PlayerOnLastName>
<PlayerOnGender>string</PlayerOnGender>
<TimeOfSub>int</TimeOfSub>
<Reason>string</Reason>
</Substitute>
</Substitutes>
<Officials>
<Official>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<OfficialName>string</OfficialName>
<OfficialType>string</OfficialType>
</Official>
<Official>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<OfficialName>string</OfficialName>
<OfficialType>string</OfficialType>
</Official>
</Officials>
<Cards>
<Card>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<UserID>int</UserID>
<CardType>string</CardType>
<TimeOfCard>int</TimeOfCard>
<Reason>string</Reason>
</Card>
<Card>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<UserID>int</UserID>
<CardType>string</CardType>
<TimeOfCard>int</TimeOfCard>
<Reason>string</Reason>
</Card>
</Cards>
<Custom1>string</Custom1>
<Custom2>string</Custom2>
<Custom3>string</Custom3>
<Custom4>string</Custom4>
<Result>string</Result>
</Fixture>
<Fixture>
<Venue />
<FixtureID>int</FixtureID>
<MatchDate>dateTime</MatchDate>
<HomeClubID>int</HomeClubID>
<HomeClub>string</HomeClub>
<HomeTeamID>int</HomeTeamID>
<HomeTeam>string</HomeTeam>
<AwayClubID>int</AwayClubID>
<AwayClub>string</AwayClub>
<AwayTeamID>int</AwayTeamID>
<AwayTeam>string</AwayTeam>
<HomeGoals>string</HomeGoals>
<AwayGoals>string</AwayGoals>
<LeagueID>int</LeagueID>
<DivisionID>int</DivisionID>
<LeagueName>string</LeagueName>
<LeagueShortName>string</LeagueShortName>
<DivisionName>string</DivisionName>
<DivisionShortName>string</DivisionShortName>
<CupRound>
<RoundID>int</RoundID>
<RoundName>string</RoundName>
<RoundDate>dateTime</RoundDate>
<RoundType>string</RoundType>
<RoundNumber>int</RoundNumber>
<IsFinal>boolean</IsFinal>
<Notes>string</Notes>
</CupRound>
<ScoreUpdatedDate>dateTime</ScoreUpdatedDate>
<Scorers>
<Scorer>
<GoalTypeID>int</GoalTypeID>
<GoalType>string</GoalType>
<GoalTypeInitials>string</GoalTypeInitials>
<Points>int</Points>
<Minutes>int</Minutes>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
</Scorer>
<Scorer>
<GoalTypeID>int</GoalTypeID>
<GoalType>string</GoalType>
<GoalTypeInitials>string</GoalTypeInitials>
<Points>int</Points>
<Minutes>int</Minutes>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
</Scorer>
</Scorers>
<Players>
<Player>
<FixtureID>int</FixtureID>
<ShirtNumber>string</ShirtNumber>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
<Reserve>boolean</Reserve>
<Captain>boolean</Captain>
<MVP>boolean</MVP>
</Player>
<Player>
<FixtureID>int</FixtureID>
<ShirtNumber>string</ShirtNumber>
<UserID>int</UserID>
<TeamID>int</TeamID>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
<Reserve>boolean</Reserve>
<Captain>boolean</Captain>
<MVP>boolean</MVP>
</Player>
</Players>
<Substitutes>
<Substitute>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<PlayerOffUserID>int</PlayerOffUserID>
<PlayerOnUserID>int</PlayerOnUserID>
<PlayerOnFirstName>string</PlayerOnFirstName>
<PlayerOnLastName>string</PlayerOnLastName>
<PlayerOnGender>string</PlayerOnGender>
<TimeOfSub>int</TimeOfSub>
<Reason>string</Reason>
</Substitute>
<Substitute>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<PlayerOffUserID>int</PlayerOffUserID>
<PlayerOnUserID>int</PlayerOnUserID>
<PlayerOnFirstName>string</PlayerOnFirstName>
<PlayerOnLastName>string</PlayerOnLastName>
<PlayerOnGender>string</PlayerOnGender>
<TimeOfSub>int</TimeOfSub>
<Reason>string</Reason>
</Substitute>
</Substitutes>
<Officials>
<Official>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<OfficialName>string</OfficialName>
<OfficialType>string</OfficialType>
</Official>
<Official>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<OfficialName>string</OfficialName>
<OfficialType>string</OfficialType>
</Official>
</Officials>
<Cards>
<Card>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<UserID>int</UserID>
<CardType>string</CardType>
<TimeOfCard>int</TimeOfCard>
<Reason>string</Reason>
</Card>
<Card>
<FixtureID>int</FixtureID>
<TeamID>int</TeamID>
<UserID>int</UserID>
<CardType>string</CardType>
<TimeOfCard>int</TimeOfCard>
<Reason>string</Reason>
</Card>
</Cards>
<Custom1>string</Custom1>
<Custom2>string</Custom2>
<Custom3>string</Custom3>
<Custom4>string</Custom4>
<Result>string</Result>
</Fixture>
</ArrayOfFixture>