Booking of matches is usually done in the booking calendar inside betradar.com, but for convenience it is also possible to send a match booking request in the XML feed. After this request you will receive a meta-message with the specified matches.
<BookmakerStatus bookmakerid="24" type="bookmatch">
<Match matchid="1291016" />
<Match matchid="1410019" />
</BookmakerStatus>
XML attributes definition
Element | Attributes |
|
|
---|
| Attribute | Description | Possible values |
BookmakerStatus | type | Keyword which describes what kind of request is sent. | String "bookmatch" (for match booking requests) |
bookmakerid | The id of the bookmaker | Integer |
Match | matchid | The id of the match which the client system wants to book. | Integer |