POST api/bets/AvailableWagerTypesWithCOI

Request Information

URI Parameters

None.

Body Parameters

WagerTypesWithCOIRequest
NameDescriptionTypeAdditional information
Coi

string

None.

BasketId

string

None.

NumSelections

integer

None.

NumEvents

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Coi": "sample string 1",
  "BasketId": "sample string 2",
  "NumSelections": 3,
  "NumEvents": 4
}

application/xml, text/xml

Sample:
<WagerTypesWithCOIRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Anthill.Geoff.Integrations.Betty.Models.Requests">
  <BasketId>sample string 2</BasketId>
  <NumEvents>4</NumEvents>
  <NumSelections>3</NumSelections>
  <Coi>sample string 1</Coi>
</WagerTypesWithCOIRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />