Betradar - the betting arm of Sportradar

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt Include
HideElements
HideElements
nopaneltrue
Anchor
topOfPage
topOfPage

Excerpt Include
BetradarLogo
BetradarLogo
nopaneltrue

Panel

After connecting to the server, the client system needs to log in before it can start sending requests and receiving data.

Code Block
languagexml
titleXML example
<login>
<credential>
<loginname value="pavels"/>
<password value="..."/>
</credential>
</login>

Login reply
In order to let the client system know whether the login attempt was successful, the server replies to login messages.

Code Block
languagexml
titleXML example
<login result="valid">
<user bookmakerid="1234"/>
</login>

XML attributes definition

ElementAttributes

AttributeDescriptionPossible values
loginresultWhether the login was successful or not

String, possible values:
valid = Login succesfull
invalid = Login failed