Participant

Modified on Tue, 1 Mar, 2022 at 5:00 PM

An element that represents a participant (player, team, horse, etc.) in the event.

XML

<Participant Id="51596051" Name="Sonoma Charro" Position="1" IsActive="1">
  <ExtraData>
    <Data Name="Result">1</Data>
    <Data Name="Owner">John Pinochet P.</Data>
    <Data Name="JockeyAddition">0</Data>
    <Data Name="ProgramNumber">13</Data>
    <Data Name="TrainerName">Pinochet P., John</Data>
    <Data Name="Form">5 - 8 - 8 - 3 - 3 - 1</Data>
    <Data Name="JockeyAllowance">0</Data>
    <Data Name="JockeyWeight">56</Data>
    <Data Name="Jockey">Robles, Pedro</Data>
    <Data Name="Blinkers">False</Data>
    <Data Name="Age">5</Data>
  </ExtraData>
</Participant>

Json

{
   "Participant": {
      "ExtraData": {
         "Data": [
            {
               "Name": "Result",
               "text": "1"
            },
            {
               "Name": "Owner",
               "text": "John Pinochet P."
            },
            {
               "Name": "JockeyAddition",
               "text": "0"
            },
            {
               "Name": "ProgramNumber",
               "text": "13"
            },
            {
               "Name": "TrainerName",
               "text": "Pinochet P., John"
            },
            {
               "Name": "Form",
               "text": "5 - 8 - 8 - 3 - 3 - 1"
            },
            {
               "Name": "JockeyAllowance",
               "text": "0"
            },
            {
               "Name": "JockeyWeight",
               "text": "56"
            },
            {
               "Name": "Jockey",
               "text": "Robles, Pedro"
            },
            {
               "Name": "Blinkers",
               "text": "False"
            },
            {
               "Name": "Age",
               "text": "5"
            }
         ]
      },
      "Id": "51596051",
      "Name": "Sonoma Charro",
      "Position": "1",
      "IsActive": "1"
   }
}

Model

ElementData TypeDescription
IdintThe unique ID of the participant
NamestringThe unique ID of the participant
PositionstringIn 2-participant events the positions will be 1 (home) or 2 (away)
IsActiveboolWill only show in outright events.
ExtraDataarrayArray of data

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article