TBS Apps API

<back to all web services

SameGameMultiPriceRequest

Gets a price offer for a same game multi for a list of markets chosen.Gets a price offer for a same game multi for a list of markets chosen.
SameGameMultiPriceRequest Parameters:
NameParameterData TypeRequiredDescription
MarketsbodySameGameMultiLeg[]No
SameGameMultiLeg Parameters:
NameParameterData TypeRequiredDescription
EventIdformintNo
OutcomeIdformintNo
MarketTypeformstringNo
FixedWinformdecimalNo
FixedMarketIdformlongNo
MarketTypeDescformstringNo
GroupByHeaderformstringNo
PointsformdecimalNo
OutcomeNameformstringNo
SameGameMultiPriceResult Parameters:
NameParameterData TypeRequiredDescription
PriceformdecimalNo
ResponseDataBase Parameters:
NameParameterData TypeRequiredDescription
ErrorNoformintNo
MessageformstringNo
Identityformlong?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .soap12 suffix or ?format=soap12

HTTP + SOAP12

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap12 HTTP/1.1 
Host: tstextweb20.np.bluebet.com.au 
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<SameGameMultiPriceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TBS.Frontend.RequestLayer">
  <Markets xmlns:d2p1="http://schemas.datacontract.org/2004/07/TBS.Frontend.MessageContracts">
    <d2p1:SameGameMultiLeg>
      <d2p1:EventId>0</d2p1:EventId>
      <d2p1:FixedMarketId>0</d2p1:FixedMarketId>
      <d2p1:FixedWin>0</d2p1:FixedWin>
      <d2p1:GroupByHeader>String</d2p1:GroupByHeader>
      <d2p1:MarketType>String</d2p1:MarketType>
      <d2p1:MarketTypeDesc>String</d2p1:MarketTypeDesc>
      <d2p1:OutcomeId>0</d2p1:OutcomeId>
      <d2p1:OutcomeName>String</d2p1:OutcomeName>
      <d2p1:Points>0</d2p1:Points>
    </d2p1:SameGameMultiLeg>
  </Markets>
</SameGameMultiPriceRequest>

    </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<SameGameMultiPriceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TBS.Frontend.Messaging.DataContracts">
  <ErrorNo>0</ErrorNo>
  <Identity>0</Identity>
  <Message>String</Message>
  <Price>0</Price>
</SameGameMultiPriceResult>

    </soap12:Body>
</soap12:Envelope>