| GET,POST | /BetAgainFailedMulti | Gets the remaining legs details for a failed multi by BetId for the currently authenticated user. | Gets the remaining legs details for a failed multi by BetId. |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BetId | body | long | No | Bet id of the failed multi bet |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| RemainingLegs | form | IEnumerable<RemainingLeg> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| LegNumber | form | int | No | |
| BetId | form | long | No | |
| BetDetailId | form | long | No | |
| EventTypeId | form | int | No | |
| CategoryId | form | int | No | |
| MasterEventId | form | int | No | |
| EventId | form | int | No | |
| OutcomeId | form | int | No | |
| CategoryName | form | string | No | |
| MasterEventName | form | string | No | |
| EventName | form | string | No | |
| OutcomeName | form | string | No | |
| Venue | form | string | No | |
| RaceNumber | form | int? | No | |
| AdvertisedStartTime | form | DateTime? | No | |
| BettingCloseTime | form | DateTime? | No | |
| IsOpenForBetting | form | bool | No | |
| BetDetailTypeCode | form | string | No | |
| MarketTypeCode | form | string | No | |
| DividendTypeCode | form | string | No | |
| Points | form | decimal | No | |
| FieldSize | form | int | No | |
| FixedPlaceGetters | form | short? | No | |
| FinalField | form | bool | No | |
| NewPrice | form | double | No | |
| OldPrice | form | double | No | |
| SelectionString | form | string | No | |
| IsEventStarted | form | bool | No | |
| Settled | form | bool | No | |
| Payout | form | double | No | |
| RCEXTFlag | form | string | No | |
| Notes | form | string | No | |
| ClientFactor | form | decimal? | No | |
| PriceDerivedFromEventId | form | int? | No | |
| FixedMarketId | form | long | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /BetAgainFailedMulti HTTP/1.1
Host: tstextweb20.np.bluebet.com.au
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<BetAgainFailedMultiRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TBS.Frontend.RequestLayer.RequestFunctions">
<BetId>0</BetId>
</BetAgainFailedMultiRequest>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <BetAgainFailedMultiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TBS.Frontend.RequestLayer.RequestFunctions"> <RemainingLegs xmlns:d2p1="http://schemas.datacontract.org/2004/07/TBS.Frontend.Messaging.DataContracts" i:nil="true" /> </BetAgainFailedMultiResponse>