Versions Compared

Key

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

...

Link
Description
https://api.softnetsport.com/v2/replacersdefault-outcomes.xml?token={{YOUR_TOKEN}}Returns a list of all replacers default-outcomes for markets in XML format
https://api.softnetsport.com/v2/replacersdefault-outcomes?token={{YOUR_TOKEN}}Returns a list of all replacers default-outcomes for markets in JSON format

Output elements

.default-outcomes

..default-outcome
idUnique identifier of the replacer
nameName of the default outcome
static nameStatic name of the default outcome
is_single_outcome

Possible values:

  • yesyes 
  • no
required_participant

Possible values:

  • yes
  • no
utInformation about the date and time of when the stage record was last updated. Format UNIX_TIMESTAMP

...

Code Block
languagexml
<default_outcomes>
	<default_outcome id="1" name="#participant1#" static_name="Home" is_single_outcome="yes" required_participant="yes" ut="45678901"/>
	<default_outcome id="2" name="#participant2#" static_name="Away" is_single_outcome="yes" required_participant="yes" ut="45678901"/>
 <	<default_outcome id="3" name="Draw" static_name="Draw" is_single_outcome="yes" required_participant="yes" ut="45678901"/>
	<default_outcome id="14" name="#objectParticipants#" static_name="Participant" is_single_outcome="no" required_participant="yes" ut="45678901"/>
  </default_outcomes>