The following format will be sent for outright fixture market
XML
<Header> <Type>41</Type> <MsgGuid>01017c9c-beb3-47d0-9f8e-110c22dab96e</MsgGuid> <ServerTimestamp>1575369435847</ServerTimestamp> </Header> <Body> <Competition Id="3310" Name="Wolverhampton" Type="1"> <Events> <Event FixtureId="5001151"> <Markets> <Market Id="160" Name="Race Winner"> <Bets> <Bet Id="1526487835001151" Name="Boston United" Status="2" StartPrice="1.0" Price="35.0" ProviderBetId="8" LastUpdate="2019-12-02T09:00:00.913Z" ParticipantId="14921" /> <Bet Id="9855082825001151" Name="Gateshead Fc" Status="2" StartPrice="1.0" Price="58.0" ProviderBetId="8" LastUpdate="2019-12-02T09:00:00.913Z" ParticipantId="173955" /> <Bet Id="3086359045001151" Name="Brackley Town" Status="2" StartPrice="1.0" Price="18.0" ProviderBetId="8" LastUpdate="2019-12-02T09:00:00.913Z" ParticipantId="191097" /> <Bet Id="59317895001151" Name="Hereford United" Status="2" StartPrice="1.0" Price="131.0" ProviderBetId="8" LastUpdate="2019-12-02T09:00:00.913Z" ParticipantId="85214" /> <Bet Id="9146688705001151" Name="Chester Fc" Status="2" StartPrice="1.0" Price="6.9" ProviderBetId="8" LastUpdate="2019-12-02T09:00:00.913Z" ParticipantId="15468" /> <Bet Id="20421503435001151" Name="Darlington 1883" Status="2" StartPrice="1.0" Price="217.0" ProviderBetId="8" LastUpdate="2019-12-02T09:00:00.913Z" ParticipantId="1026" /> </Bets> </Market> </Markets> </Event> </Events> </Competition> </Body>
Json
{ "Message": { "Header": { "Type": "41", "MsgGuid": "01017c9c-beb3-47d0-9f8e-110c22dab96e", "ServerTimestamp": "1575369435847" }, "Body": { "Competition": { "Events": { "Event": { "Markets": { "Market": { "Bets": { "Bet": [ { "Id": "1526487835001151", "Name": "Boston United", "Status": "2", "StartPrice": "1.0", "Price": "35.0", "ProviderBetId": "8", "LastUpdate": "2019-12-02T09:00:00.913Z", "ParticipantId": "14921" }, { "Id": "9855082825001151", "Name": "Gateshead Fc", "Status": "2", "StartPrice": "1.0", "Price": "58.0", "ProviderBetId": "8", "LastUpdate": "2019-12-02T09:00:00.913Z", "ParticipantId": "173955" }, { "Id": "3086359045001151", "Name": "Brackley Town", "Status": "2", "StartPrice": "1.0", "Price": "18.0", "ProviderBetId": "8", "LastUpdate": "2019-12-02T09:00:00.913Z", "ParticipantId": "191097" }, { "Id": "59317895001151", "Name": "Hereford United", "Status": "2", "StartPrice": "1.0", "Price": "131.0", "ProviderBetId": "8", "LastUpdate": "2019-12-02T09:00:00.913Z", "ParticipantId": "85214" }, { "Id": "9146688705001151", "Name": "Chester Fc", "Status": "2", "StartPrice": "1.0", "Price": "6.9", "ProviderBetId": "8", "LastUpdate": "2019-12-02T09:00:00.913Z", "ParticipantId": "15468" }, { "Id": "20421503435001151", "Name": "Darlington 1883", "Status": "2", "StartPrice": "1.0", "Price": "217.0", "ProviderBetId": "8", "LastUpdate": "2019-12-02T09:00:00.913Z", "ParticipantId": "1026" } ] }, "Id": "160", "Name": "Race Winner" } }, "FixtureId": "5001151" } }, "Id": "3310", "Name": "Wolverhampton", "Type": "1" } } } }
Model
Element | Data Type | Description |
---|---|---|
Market.Id | int | The unique ID of the market |
Market.Name | string | The name of the market |
Competition.Id | int | The unique ID of the competition |
Participnat.Id | int | The unique ID of the participant |
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