LPGAServices


Click here for a complete list of operations.

GetPlayerTournamentStats

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
intTournamentID:
RegistrationKey:

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 /LPGAServices.asmx HTTP/1.1
Host: secureservices.lpga.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://secureservices.lpga.com/GetPlayerTournamentStats"

<?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>
    <GetPlayerTournamentStats xmlns="http://secureservices.lpga.com">
      <intTournamentID>int</intTournamentID>
      <RegistrationKey>string</RegistrationKey>
    </GetPlayerTournamentStats>
  </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>
    <GetPlayerTournamentStatsResponse xmlns="http://secureservices.lpga.com">
      <GetPlayerTournamentStatsResult>
        <vwLPGAServicesPlayerTournamentData>
          <AccountID>int</AccountID>
          <PlayFirstName>string</PlayFirstName>
          <PlayLastName>string</PlayLastName>
          <PlayMiddleName>string</PlayMiddleName>
          <IsAmateur>string</IsAmateur>
          <TournamentID>int</TournamentID>
          <Code>string</Code>
          <TournamentName>string</TournamentName>
          <ResultCode>string</ResultCode>
          <Round1>short</Round1>
          <Round2>short</Round2>
          <Round3>short</Round3>
          <Round4>short</Round4>
          <OfficialMoney>double</OfficialMoney>
          <UnofficialMoney>double</UnofficialMoney>
          <PrizeMoney>double</PrizeMoney>
          <OfficialRounds>short</OfficialRounds>
          <Putts>short</Putts>
          <Greens>short</Greens>
          <GreensAttempted>short</GreensAttempted>
          <GirPutts>short</GirPutts>
          <Strokes>short</Strokes>
          <SandSaves>short</SandSaves>
          <SandTraps>short</SandTraps>
          <DriveDistance>short</DriveDistance>
          <DrivesMeasured>short</DrivesMeasured>
          <Fairways>short</Fairways>
          <FairwaysAttempted>short</FairwaysAttempted>
          <RoundsUnderPar>short</RoundsUnderPar>
          <RoundsIn60s>short</RoundsIn60s>
          <FinishPosition>short</FinishPosition>
          <SolheimCupPoints>double</SolheimCupPoints>
          <RookieOfTheYearPoints>double</RookieOfTheYearPoints>
          <PlayerOfTheYearPoints>double</PlayerOfTheYearPoints>
          <Aces>short</Aces>
          <MaxAcesInRound>short</MaxAcesInRound>
          <MaxAcesInRoundRound>short</MaxAcesInRoundRound>
          <Birdies>short</Birdies>
          <MaxBirdiesInRound>short</MaxBirdiesInRound>
          <MaxBirdiesInRoundRound>short</MaxBirdiesInRoundRound>
          <Eagles>short</Eagles>
          <MaxEaglesInRound>short</MaxEaglesInRound>
          <MaxEaglesInRoundRound>short</MaxEaglesInRoundRound>
          <Pars>short</Pars>
          <MaxParsInRound>short</MaxParsInRound>
          <MaxParsInRoundRound>short</MaxParsInRoundRound>
          <Bogeys>short</Bogeys>
          <MaxBogeysInRound>short</MaxBogeysInRound>
          <MaxBogeysInRoundRound>short</MaxBogeysInRoundRound>
          <DoubleBogeys>short</DoubleBogeys>
          <MaxDoubleBogeysInRound>short</MaxDoubleBogeysInRound>
          <MaxDoubleBogeysInRoundRound>short</MaxDoubleBogeysInRoundRound>
          <Other>short</Other>
          <MaxOtherInRound>short</MaxOtherInRound>
          <MaxOtherInRoundRound>short</MaxOtherInRoundRound>
          <Par3Strokes>short</Par3Strokes>
          <Par3HolesPlayed>short</Par3HolesPlayed>
          <Par4Strokes>short</Par4Strokes>
          <Par4HolesPlayed>short</Par4HolesPlayed>
          <Par5Strokes>short</Par5Strokes>
          <Par5HolesPlayed>short</Par5HolesPlayed>
          <HolesUnderPar>short</HolesUnderPar>
          <Low9Score>short</Low9Score>
          <Low9ScoreRound>short</Low9ScoreRound>
          <Low18Score>short</Low18Score>
          <Low18ScoreRound>short</Low18ScoreRound>
          <Low36Score>short</Low36Score>
          <Low54Score>short</Low54Score>
          <Low72Score>short</Low72Score>
          <PlayerID>int</PlayerID>
          <WGWRID>int</WGWRID>
          <TotalPar>int</TotalPar>
        </vwLPGAServicesPlayerTournamentData>
        <vwLPGAServicesPlayerTournamentData>
          <AccountID>int</AccountID>
          <PlayFirstName>string</PlayFirstName>
          <PlayLastName>string</PlayLastName>
          <PlayMiddleName>string</PlayMiddleName>
          <IsAmateur>string</IsAmateur>
          <TournamentID>int</TournamentID>
          <Code>string</Code>
          <TournamentName>string</TournamentName>
          <ResultCode>string</ResultCode>
          <Round1>short</Round1>
          <Round2>short</Round2>
          <Round3>short</Round3>
          <Round4>short</Round4>
          <OfficialMoney>double</OfficialMoney>
          <UnofficialMoney>double</UnofficialMoney>
          <PrizeMoney>double</PrizeMoney>
          <OfficialRounds>short</OfficialRounds>
          <Putts>short</Putts>
          <Greens>short</Greens>
          <GreensAttempted>short</GreensAttempted>
          <GirPutts>short</GirPutts>
          <Strokes>short</Strokes>
          <SandSaves>short</SandSaves>
          <SandTraps>short</SandTraps>
          <DriveDistance>short</DriveDistance>
          <DrivesMeasured>short</DrivesMeasured>
          <Fairways>short</Fairways>
          <FairwaysAttempted>short</FairwaysAttempted>
          <RoundsUnderPar>short</RoundsUnderPar>
          <RoundsIn60s>short</RoundsIn60s>
          <FinishPosition>short</FinishPosition>
          <SolheimCupPoints>double</SolheimCupPoints>
          <RookieOfTheYearPoints>double</RookieOfTheYearPoints>
          <PlayerOfTheYearPoints>double</PlayerOfTheYearPoints>
          <Aces>short</Aces>
          <MaxAcesInRound>short</MaxAcesInRound>
          <MaxAcesInRoundRound>short</MaxAcesInRoundRound>
          <Birdies>short</Birdies>
          <MaxBirdiesInRound>short</MaxBirdiesInRound>
          <MaxBirdiesInRoundRound>short</MaxBirdiesInRoundRound>
          <Eagles>short</Eagles>
          <MaxEaglesInRound>short</MaxEaglesInRound>
          <MaxEaglesInRoundRound>short</MaxEaglesInRoundRound>
          <Pars>short</Pars>
          <MaxParsInRound>short</MaxParsInRound>
          <MaxParsInRoundRound>short</MaxParsInRoundRound>
          <Bogeys>short</Bogeys>
          <MaxBogeysInRound>short</MaxBogeysInRound>
          <MaxBogeysInRoundRound>short</MaxBogeysInRoundRound>
          <DoubleBogeys>short</DoubleBogeys>
          <MaxDoubleBogeysInRound>short</MaxDoubleBogeysInRound>
          <MaxDoubleBogeysInRoundRound>short</MaxDoubleBogeysInRoundRound>
          <Other>short</Other>
          <MaxOtherInRound>short</MaxOtherInRound>
          <MaxOtherInRoundRound>short</MaxOtherInRoundRound>
          <Par3Strokes>short</Par3Strokes>
          <Par3HolesPlayed>short</Par3HolesPlayed>
          <Par4Strokes>short</Par4Strokes>
          <Par4HolesPlayed>short</Par4HolesPlayed>
          <Par5Strokes>short</Par5Strokes>
          <Par5HolesPlayed>short</Par5HolesPlayed>
          <HolesUnderPar>short</HolesUnderPar>
          <Low9Score>short</Low9Score>
          <Low9ScoreRound>short</Low9ScoreRound>
          <Low18Score>short</Low18Score>
          <Low18ScoreRound>short</Low18ScoreRound>
          <Low36Score>short</Low36Score>
          <Low54Score>short</Low54Score>
          <Low72Score>short</Low72Score>
          <PlayerID>int</PlayerID>
          <WGWRID>int</WGWRID>
          <TotalPar>int</TotalPar>
        </vwLPGAServicesPlayerTournamentData>
      </GetPlayerTournamentStatsResult>
    </GetPlayerTournamentStatsResponse>
  </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 /LPGAServices.asmx HTTP/1.1
Host: secureservices.lpga.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>
    <GetPlayerTournamentStats xmlns="http://secureservices.lpga.com">
      <intTournamentID>int</intTournamentID>
      <RegistrationKey>string</RegistrationKey>
    </GetPlayerTournamentStats>
  </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>
    <GetPlayerTournamentStatsResponse xmlns="http://secureservices.lpga.com">
      <GetPlayerTournamentStatsResult>
        <vwLPGAServicesPlayerTournamentData>
          <AccountID>int</AccountID>
          <PlayFirstName>string</PlayFirstName>
          <PlayLastName>string</PlayLastName>
          <PlayMiddleName>string</PlayMiddleName>
          <IsAmateur>string</IsAmateur>
          <TournamentID>int</TournamentID>
          <Code>string</Code>
          <TournamentName>string</TournamentName>
          <ResultCode>string</ResultCode>
          <Round1>short</Round1>
          <Round2>short</Round2>
          <Round3>short</Round3>
          <Round4>short</Round4>
          <OfficialMoney>double</OfficialMoney>
          <UnofficialMoney>double</UnofficialMoney>
          <PrizeMoney>double</PrizeMoney>
          <OfficialRounds>short</OfficialRounds>
          <Putts>short</Putts>
          <Greens>short</Greens>
          <GreensAttempted>short</GreensAttempted>
          <GirPutts>short</GirPutts>
          <Strokes>short</Strokes>
          <SandSaves>short</SandSaves>
          <SandTraps>short</SandTraps>
          <DriveDistance>short</DriveDistance>
          <DrivesMeasured>short</DrivesMeasured>
          <Fairways>short</Fairways>
          <FairwaysAttempted>short</FairwaysAttempted>
          <RoundsUnderPar>short</RoundsUnderPar>
          <RoundsIn60s>short</RoundsIn60s>
          <FinishPosition>short</FinishPosition>
          <SolheimCupPoints>double</SolheimCupPoints>
          <RookieOfTheYearPoints>double</RookieOfTheYearPoints>
          <PlayerOfTheYearPoints>double</PlayerOfTheYearPoints>
          <Aces>short</Aces>
          <MaxAcesInRound>short</MaxAcesInRound>
          <MaxAcesInRoundRound>short</MaxAcesInRoundRound>
          <Birdies>short</Birdies>
          <MaxBirdiesInRound>short</MaxBirdiesInRound>
          <MaxBirdiesInRoundRound>short</MaxBirdiesInRoundRound>
          <Eagles>short</Eagles>
          <MaxEaglesInRound>short</MaxEaglesInRound>
          <MaxEaglesInRoundRound>short</MaxEaglesInRoundRound>
          <Pars>short</Pars>
          <MaxParsInRound>short</MaxParsInRound>
          <MaxParsInRoundRound>short</MaxParsInRoundRound>
          <Bogeys>short</Bogeys>
          <MaxBogeysInRound>short</MaxBogeysInRound>
          <MaxBogeysInRoundRound>short</MaxBogeysInRoundRound>
          <DoubleBogeys>short</DoubleBogeys>
          <MaxDoubleBogeysInRound>short</MaxDoubleBogeysInRound>
          <MaxDoubleBogeysInRoundRound>short</MaxDoubleBogeysInRoundRound>
          <Other>short</Other>
          <MaxOtherInRound>short</MaxOtherInRound>
          <MaxOtherInRoundRound>short</MaxOtherInRoundRound>
          <Par3Strokes>short</Par3Strokes>
          <Par3HolesPlayed>short</Par3HolesPlayed>
          <Par4Strokes>short</Par4Strokes>
          <Par4HolesPlayed>short</Par4HolesPlayed>
          <Par5Strokes>short</Par5Strokes>
          <Par5HolesPlayed>short</Par5HolesPlayed>
          <HolesUnderPar>short</HolesUnderPar>
          <Low9Score>short</Low9Score>
          <Low9ScoreRound>short</Low9ScoreRound>
          <Low18Score>short</Low18Score>
          <Low18ScoreRound>short</Low18ScoreRound>
          <Low36Score>short</Low36Score>
          <Low54Score>short</Low54Score>
          <Low72Score>short</Low72Score>
          <PlayerID>int</PlayerID>
          <WGWRID>int</WGWRID>
          <TotalPar>int</TotalPar>
        </vwLPGAServicesPlayerTournamentData>
        <vwLPGAServicesPlayerTournamentData>
          <AccountID>int</AccountID>
          <PlayFirstName>string</PlayFirstName>
          <PlayLastName>string</PlayLastName>
          <PlayMiddleName>string</PlayMiddleName>
          <IsAmateur>string</IsAmateur>
          <TournamentID>int</TournamentID>
          <Code>string</Code>
          <TournamentName>string</TournamentName>
          <ResultCode>string</ResultCode>
          <Round1>short</Round1>
          <Round2>short</Round2>
          <Round3>short</Round3>
          <Round4>short</Round4>
          <OfficialMoney>double</OfficialMoney>
          <UnofficialMoney>double</UnofficialMoney>
          <PrizeMoney>double</PrizeMoney>
          <OfficialRounds>short</OfficialRounds>
          <Putts>short</Putts>
          <Greens>short</Greens>
          <GreensAttempted>short</GreensAttempted>
          <GirPutts>short</GirPutts>
          <Strokes>short</Strokes>
          <SandSaves>short</SandSaves>
          <SandTraps>short</SandTraps>
          <DriveDistance>short</DriveDistance>
          <DrivesMeasured>short</DrivesMeasured>
          <Fairways>short</Fairways>
          <FairwaysAttempted>short</FairwaysAttempted>
          <RoundsUnderPar>short</RoundsUnderPar>
          <RoundsIn60s>short</RoundsIn60s>
          <FinishPosition>short</FinishPosition>
          <SolheimCupPoints>double</SolheimCupPoints>
          <RookieOfTheYearPoints>double</RookieOfTheYearPoints>
          <PlayerOfTheYearPoints>double</PlayerOfTheYearPoints>
          <Aces>short</Aces>
          <MaxAcesInRound>short</MaxAcesInRound>
          <MaxAcesInRoundRound>short</MaxAcesInRoundRound>
          <Birdies>short</Birdies>
          <MaxBirdiesInRound>short</MaxBirdiesInRound>
          <MaxBirdiesInRoundRound>short</MaxBirdiesInRoundRound>
          <Eagles>short</Eagles>
          <MaxEaglesInRound>short</MaxEaglesInRound>
          <MaxEaglesInRoundRound>short</MaxEaglesInRoundRound>
          <Pars>short</Pars>
          <MaxParsInRound>short</MaxParsInRound>
          <MaxParsInRoundRound>short</MaxParsInRoundRound>
          <Bogeys>short</Bogeys>
          <MaxBogeysInRound>short</MaxBogeysInRound>
          <MaxBogeysInRoundRound>short</MaxBogeysInRoundRound>
          <DoubleBogeys>short</DoubleBogeys>
          <MaxDoubleBogeysInRound>short</MaxDoubleBogeysInRound>
          <MaxDoubleBogeysInRoundRound>short</MaxDoubleBogeysInRoundRound>
          <Other>short</Other>
          <MaxOtherInRound>short</MaxOtherInRound>
          <MaxOtherInRoundRound>short</MaxOtherInRoundRound>
          <Par3Strokes>short</Par3Strokes>
          <Par3HolesPlayed>short</Par3HolesPlayed>
          <Par4Strokes>short</Par4Strokes>
          <Par4HolesPlayed>short</Par4HolesPlayed>
          <Par5Strokes>short</Par5Strokes>
          <Par5HolesPlayed>short</Par5HolesPlayed>
          <HolesUnderPar>short</HolesUnderPar>
          <Low9Score>short</Low9Score>
          <Low9ScoreRound>short</Low9ScoreRound>
          <Low18Score>short</Low18Score>
          <Low18ScoreRound>short</Low18ScoreRound>
          <Low36Score>short</Low36Score>
          <Low54Score>short</Low54Score>
          <Low72Score>short</Low72Score>
          <PlayerID>int</PlayerID>
          <WGWRID>int</WGWRID>
          <TotalPar>int</TotalPar>
        </vwLPGAServicesPlayerTournamentData>
      </GetPlayerTournamentStatsResult>
    </GetPlayerTournamentStatsResponse>
  </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 /LPGAServices.asmx/GetPlayerTournamentStats?intTournamentID=string&RegistrationKey=string HTTP/1.1
Host: secureservices.lpga.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfVwLPGAServicesPlayerTournamentData xmlns="http://secureservices.lpga.com">
  <vwLPGAServicesPlayerTournamentData>
    <AccountID>int</AccountID>
    <PlayFirstName>string</PlayFirstName>
    <PlayLastName>string</PlayLastName>
    <PlayMiddleName>string</PlayMiddleName>
    <IsAmateur>string</IsAmateur>
    <TournamentID>int</TournamentID>
    <Code>string</Code>
    <TournamentName>string</TournamentName>
    <ResultCode>string</ResultCode>
    <Round1>short</Round1>
    <Round2>short</Round2>
    <Round3>short</Round3>
    <Round4>short</Round4>
    <OfficialMoney>double</OfficialMoney>
    <UnofficialMoney>double</UnofficialMoney>
    <PrizeMoney>double</PrizeMoney>
    <OfficialRounds>short</OfficialRounds>
    <Putts>short</Putts>
    <Greens>short</Greens>
    <GreensAttempted>short</GreensAttempted>
    <GirPutts>short</GirPutts>
    <Strokes>short</Strokes>
    <SandSaves>short</SandSaves>
    <SandTraps>short</SandTraps>
    <DriveDistance>short</DriveDistance>
    <DrivesMeasured>short</DrivesMeasured>
    <Fairways>short</Fairways>
    <FairwaysAttempted>short</FairwaysAttempted>
    <RoundsUnderPar>short</RoundsUnderPar>
    <RoundsIn60s>short</RoundsIn60s>
    <FinishPosition>short</FinishPosition>
    <SolheimCupPoints>double</SolheimCupPoints>
    <RookieOfTheYearPoints>double</RookieOfTheYearPoints>
    <PlayerOfTheYearPoints>double</PlayerOfTheYearPoints>
    <Aces>short</Aces>
    <MaxAcesInRound>short</MaxAcesInRound>
    <MaxAcesInRoundRound>short</MaxAcesInRoundRound>
    <Birdies>short</Birdies>
    <MaxBirdiesInRound>short</MaxBirdiesInRound>
    <MaxBirdiesInRoundRound>short</MaxBirdiesInRoundRound>
    <Eagles>short</Eagles>
    <MaxEaglesInRound>short</MaxEaglesInRound>
    <MaxEaglesInRoundRound>short</MaxEaglesInRoundRound>
    <Pars>short</Pars>
    <MaxParsInRound>short</MaxParsInRound>
    <MaxParsInRoundRound>short</MaxParsInRoundRound>
    <Bogeys>short</Bogeys>
    <MaxBogeysInRound>short</MaxBogeysInRound>
    <MaxBogeysInRoundRound>short</MaxBogeysInRoundRound>
    <DoubleBogeys>short</DoubleBogeys>
    <MaxDoubleBogeysInRound>short</MaxDoubleBogeysInRound>
    <MaxDoubleBogeysInRoundRound>short</MaxDoubleBogeysInRoundRound>
    <Other>short</Other>
    <MaxOtherInRound>short</MaxOtherInRound>
    <MaxOtherInRoundRound>short</MaxOtherInRoundRound>
    <Par3Strokes>short</Par3Strokes>
    <Par3HolesPlayed>short</Par3HolesPlayed>
    <Par4Strokes>short</Par4Strokes>
    <Par4HolesPlayed>short</Par4HolesPlayed>
    <Par5Strokes>short</Par5Strokes>
    <Par5HolesPlayed>short</Par5HolesPlayed>
    <HolesUnderPar>short</HolesUnderPar>
    <Low9Score>short</Low9Score>
    <Low9ScoreRound>short</Low9ScoreRound>
    <Low18Score>short</Low18Score>
    <Low18ScoreRound>short</Low18ScoreRound>
    <Low36Score>short</Low36Score>
    <Low54Score>short</Low54Score>
    <Low72Score>short</Low72Score>
    <PlayerID>int</PlayerID>
    <WGWRID>int</WGWRID>
    <TotalPar>int</TotalPar>
  </vwLPGAServicesPlayerTournamentData>
  <vwLPGAServicesPlayerTournamentData>
    <AccountID>int</AccountID>
    <PlayFirstName>string</PlayFirstName>
    <PlayLastName>string</PlayLastName>
    <PlayMiddleName>string</PlayMiddleName>
    <IsAmateur>string</IsAmateur>
    <TournamentID>int</TournamentID>
    <Code>string</Code>
    <TournamentName>string</TournamentName>
    <ResultCode>string</ResultCode>
    <Round1>short</Round1>
    <Round2>short</Round2>
    <Round3>short</Round3>
    <Round4>short</Round4>
    <OfficialMoney>double</OfficialMoney>
    <UnofficialMoney>double</UnofficialMoney>
    <PrizeMoney>double</PrizeMoney>
    <OfficialRounds>short</OfficialRounds>
    <Putts>short</Putts>
    <Greens>short</Greens>
    <GreensAttempted>short</GreensAttempted>
    <GirPutts>short</GirPutts>
    <Strokes>short</Strokes>
    <SandSaves>short</SandSaves>
    <SandTraps>short</SandTraps>
    <DriveDistance>short</DriveDistance>
    <DrivesMeasured>short</DrivesMeasured>
    <Fairways>short</Fairways>
    <FairwaysAttempted>short</FairwaysAttempted>
    <RoundsUnderPar>short</RoundsUnderPar>
    <RoundsIn60s>short</RoundsIn60s>
    <FinishPosition>short</FinishPosition>
    <SolheimCupPoints>double</SolheimCupPoints>
    <RookieOfTheYearPoints>double</RookieOfTheYearPoints>
    <PlayerOfTheYearPoints>double</PlayerOfTheYearPoints>
    <Aces>short</Aces>
    <MaxAcesInRound>short</MaxAcesInRound>
    <MaxAcesInRoundRound>short</MaxAcesInRoundRound>
    <Birdies>short</Birdies>
    <MaxBirdiesInRound>short</MaxBirdiesInRound>
    <MaxBirdiesInRoundRound>short</MaxBirdiesInRoundRound>
    <Eagles>short</Eagles>
    <MaxEaglesInRound>short</MaxEaglesInRound>
    <MaxEaglesInRoundRound>short</MaxEaglesInRoundRound>
    <Pars>short</Pars>
    <MaxParsInRound>short</MaxParsInRound>
    <MaxParsInRoundRound>short</MaxParsInRoundRound>
    <Bogeys>short</Bogeys>
    <MaxBogeysInRound>short</MaxBogeysInRound>
    <MaxBogeysInRoundRound>short</MaxBogeysInRoundRound>
    <DoubleBogeys>short</DoubleBogeys>
    <MaxDoubleBogeysInRound>short</MaxDoubleBogeysInRound>
    <MaxDoubleBogeysInRoundRound>short</MaxDoubleBogeysInRoundRound>
    <Other>short</Other>
    <MaxOtherInRound>short</MaxOtherInRound>
    <MaxOtherInRoundRound>short</MaxOtherInRoundRound>
    <Par3Strokes>short</Par3Strokes>
    <Par3HolesPlayed>short</Par3HolesPlayed>
    <Par4Strokes>short</Par4Strokes>
    <Par4HolesPlayed>short</Par4HolesPlayed>
    <Par5Strokes>short</Par5Strokes>
    <Par5HolesPlayed>short</Par5HolesPlayed>
    <HolesUnderPar>short</HolesUnderPar>
    <Low9Score>short</Low9Score>
    <Low9ScoreRound>short</Low9ScoreRound>
    <Low18Score>short</Low18Score>
    <Low18ScoreRound>short</Low18ScoreRound>
    <Low36Score>short</Low36Score>
    <Low54Score>short</Low54Score>
    <Low72Score>short</Low72Score>
    <PlayerID>int</PlayerID>
    <WGWRID>int</WGWRID>
    <TotalPar>int</TotalPar>
  </vwLPGAServicesPlayerTournamentData>
</ArrayOfVwLPGAServicesPlayerTournamentData>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /LPGAServices.asmx/GetPlayerTournamentStats HTTP/1.1
Host: secureservices.lpga.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

intTournamentID=string&RegistrationKey=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfVwLPGAServicesPlayerTournamentData xmlns="http://secureservices.lpga.com">
  <vwLPGAServicesPlayerTournamentData>
    <AccountID>int</AccountID>
    <PlayFirstName>string</PlayFirstName>
    <PlayLastName>string</PlayLastName>
    <PlayMiddleName>string</PlayMiddleName>
    <IsAmateur>string</IsAmateur>
    <TournamentID>int</TournamentID>
    <Code>string</Code>
    <TournamentName>string</TournamentName>
    <ResultCode>string</ResultCode>
    <Round1>short</Round1>
    <Round2>short</Round2>
    <Round3>short</Round3>
    <Round4>short</Round4>
    <OfficialMoney>double</OfficialMoney>
    <UnofficialMoney>double</UnofficialMoney>
    <PrizeMoney>double</PrizeMoney>
    <OfficialRounds>short</OfficialRounds>
    <Putts>short</Putts>
    <Greens>short</Greens>
    <GreensAttempted>short</GreensAttempted>
    <GirPutts>short</GirPutts>
    <Strokes>short</Strokes>
    <SandSaves>short</SandSaves>
    <SandTraps>short</SandTraps>
    <DriveDistance>short</DriveDistance>
    <DrivesMeasured>short</DrivesMeasured>
    <Fairways>short</Fairways>
    <FairwaysAttempted>short</FairwaysAttempted>
    <RoundsUnderPar>short</RoundsUnderPar>
    <RoundsIn60s>short</RoundsIn60s>
    <FinishPosition>short</FinishPosition>
    <SolheimCupPoints>double</SolheimCupPoints>
    <RookieOfTheYearPoints>double</RookieOfTheYearPoints>
    <PlayerOfTheYearPoints>double</PlayerOfTheYearPoints>
    <Aces>short</Aces>
    <MaxAcesInRound>short</MaxAcesInRound>
    <MaxAcesInRoundRound>short</MaxAcesInRoundRound>
    <Birdies>short</Birdies>
    <MaxBirdiesInRound>short</MaxBirdiesInRound>
    <MaxBirdiesInRoundRound>short</MaxBirdiesInRoundRound>
    <Eagles>short</Eagles>
    <MaxEaglesInRound>short</MaxEaglesInRound>
    <MaxEaglesInRoundRound>short</MaxEaglesInRoundRound>
    <Pars>short</Pars>
    <MaxParsInRound>short</MaxParsInRound>
    <MaxParsInRoundRound>short</MaxParsInRoundRound>
    <Bogeys>short</Bogeys>
    <MaxBogeysInRound>short</MaxBogeysInRound>
    <MaxBogeysInRoundRound>short</MaxBogeysInRoundRound>
    <DoubleBogeys>short</DoubleBogeys>
    <MaxDoubleBogeysInRound>short</MaxDoubleBogeysInRound>
    <MaxDoubleBogeysInRoundRound>short</MaxDoubleBogeysInRoundRound>
    <Other>short</Other>
    <MaxOtherInRound>short</MaxOtherInRound>
    <MaxOtherInRoundRound>short</MaxOtherInRoundRound>
    <Par3Strokes>short</Par3Strokes>
    <Par3HolesPlayed>short</Par3HolesPlayed>
    <Par4Strokes>short</Par4Strokes>
    <Par4HolesPlayed>short</Par4HolesPlayed>
    <Par5Strokes>short</Par5Strokes>
    <Par5HolesPlayed>short</Par5HolesPlayed>
    <HolesUnderPar>short</HolesUnderPar>
    <Low9Score>short</Low9Score>
    <Low9ScoreRound>short</Low9ScoreRound>
    <Low18Score>short</Low18Score>
    <Low18ScoreRound>short</Low18ScoreRound>
    <Low36Score>short</Low36Score>
    <Low54Score>short</Low54Score>
    <Low72Score>short</Low72Score>
    <PlayerID>int</PlayerID>
    <WGWRID>int</WGWRID>
    <TotalPar>int</TotalPar>
  </vwLPGAServicesPlayerTournamentData>
  <vwLPGAServicesPlayerTournamentData>
    <AccountID>int</AccountID>
    <PlayFirstName>string</PlayFirstName>
    <PlayLastName>string</PlayLastName>
    <PlayMiddleName>string</PlayMiddleName>
    <IsAmateur>string</IsAmateur>
    <TournamentID>int</TournamentID>
    <Code>string</Code>
    <TournamentName>string</TournamentName>
    <ResultCode>string</ResultCode>
    <Round1>short</Round1>
    <Round2>short</Round2>
    <Round3>short</Round3>
    <Round4>short</Round4>
    <OfficialMoney>double</OfficialMoney>
    <UnofficialMoney>double</UnofficialMoney>
    <PrizeMoney>double</PrizeMoney>
    <OfficialRounds>short</OfficialRounds>
    <Putts>short</Putts>
    <Greens>short</Greens>
    <GreensAttempted>short</GreensAttempted>
    <GirPutts>short</GirPutts>
    <Strokes>short</Strokes>
    <SandSaves>short</SandSaves>
    <SandTraps>short</SandTraps>
    <DriveDistance>short</DriveDistance>
    <DrivesMeasured>short</DrivesMeasured>
    <Fairways>short</Fairways>
    <FairwaysAttempted>short</FairwaysAttempted>
    <RoundsUnderPar>short</RoundsUnderPar>
    <RoundsIn60s>short</RoundsIn60s>
    <FinishPosition>short</FinishPosition>
    <SolheimCupPoints>double</SolheimCupPoints>
    <RookieOfTheYearPoints>double</RookieOfTheYearPoints>
    <PlayerOfTheYearPoints>double</PlayerOfTheYearPoints>
    <Aces>short</Aces>
    <MaxAcesInRound>short</MaxAcesInRound>
    <MaxAcesInRoundRound>short</MaxAcesInRoundRound>
    <Birdies>short</Birdies>
    <MaxBirdiesInRound>short</MaxBirdiesInRound>
    <MaxBirdiesInRoundRound>short</MaxBirdiesInRoundRound>
    <Eagles>short</Eagles>
    <MaxEaglesInRound>short</MaxEaglesInRound>
    <MaxEaglesInRoundRound>short</MaxEaglesInRoundRound>
    <Pars>short</Pars>
    <MaxParsInRound>short</MaxParsInRound>
    <MaxParsInRoundRound>short</MaxParsInRoundRound>
    <Bogeys>short</Bogeys>
    <MaxBogeysInRound>short</MaxBogeysInRound>
    <MaxBogeysInRoundRound>short</MaxBogeysInRoundRound>
    <DoubleBogeys>short</DoubleBogeys>
    <MaxDoubleBogeysInRound>short</MaxDoubleBogeysInRound>
    <MaxDoubleBogeysInRoundRound>short</MaxDoubleBogeysInRoundRound>
    <Other>short</Other>
    <MaxOtherInRound>short</MaxOtherInRound>
    <MaxOtherInRoundRound>short</MaxOtherInRoundRound>
    <Par3Strokes>short</Par3Strokes>
    <Par3HolesPlayed>short</Par3HolesPlayed>
    <Par4Strokes>short</Par4Strokes>
    <Par4HolesPlayed>short</Par4HolesPlayed>
    <Par5Strokes>short</Par5Strokes>
    <Par5HolesPlayed>short</Par5HolesPlayed>
    <HolesUnderPar>short</HolesUnderPar>
    <Low9Score>short</Low9Score>
    <Low9ScoreRound>short</Low9ScoreRound>
    <Low18Score>short</Low18Score>
    <Low18ScoreRound>short</Low18ScoreRound>
    <Low36Score>short</Low36Score>
    <Low54Score>short</Low54Score>
    <Low72Score>short</Low72Score>
    <PlayerID>int</PlayerID>
    <WGWRID>int</WGWRID>
    <TotalPar>int</TotalPar>
  </vwLPGAServicesPlayerTournamentData>
</ArrayOfVwLPGAServicesPlayerTournamentData>