To receive a list of all cards and scores for a match you can send a score and card summary request to the server. Code Block |
---|
language | xml |
---|
title | XML example |
---|
| <BookmakerStatus bookmakerid="1240" type="scoreandcardsummary">
<Match matchid="1355389" />
</BookmakerStatus> |
XML attributes definition Element | Attributes |
---|
| Attribute | Description | Possible values | BookmakerStatus | type | Keyword which describes what kind of request is sent. | String "scoreandcardsummary" (for score and card summary requests) | bookermakerid | The id of the bookmaker. | Integer | Match | matchid | The id of the match of which the client system wants to receive the score and card summary. | Integer |
The response to this request will have the replytype attribute set to scoreandcardsummary. |