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
Element | Data Type | Description |
---|---|---|
ParticipantId | int | The unique ID of the participant |
Name | string | The name of the participant |
Result | int | The 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
Feedback sent
We appreciate your effort and will try to fix the article