Participant's Resulting

Modified on Mon, 21 Feb, 2022 at 3:51 PM

An element that represents a participant results in an outright fixture.

XML

<ParticipantResult>
  <ParticipantId>11111111</ParticipantId>
  <Name>Participant1</Name>
  <Result>1</Result>
</ParticipantResult>

Json

{
   "ParticipantResult": {
      "ParticipantId": "11111111",
      "Name": "Participant1",
      "Result": "1"
   }
}

Model

ElementData TypeDescription
ParticipantIdintThe unique ID of the participant
NamestringThe name of the participant
ResultintThe Result in the outright fixture

(Example - Horse racing "Result" will indicate the position that the participant arrived).

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