POST Soccer/Nextbet
Request Information
URI Parameters
None.
Body Parameters
NextbetParaminfo| Name | Description | Type | Additional information |
|---|---|---|---|
| eventcode | integer |
None. |
|
| blmarketid | integer |
None. |
|
| lang | string |
None. |
|
| selectionid | integer |
None. |
|
| marketTypeKey | string |
None. |
|
| ismarkettypeKey | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"eventcode": 1,
"blmarketid": 2,
"lang": "sample string 3",
"selectionid": 4,
"marketTypeKey": "sample string 5",
"ismarkettypeKey": true
}
application/xml, text/xml
Sample:
<NextbetParaminfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bettorlogic.Gaming1.Models.Models"> <blmarketid>2</blmarketid> <eventcode>1</eventcode> <ismarkettypeKey>true</ismarkettypeKey> <lang>sample string 3</lang> <marketTypeKey>sample string 5</marketTypeKey> <selectionid>4</selectionid> </NextbetParaminfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
NextBestBets| Name | Description | Type | Additional information |
|---|---|---|---|
| awayTeam | string |
None. |
|
| awayTeamId | integer |
None. |
|
| eventId | integer |
None. |
|
| homeTeam | string |
None. |
|
| homeTeamId | integer |
None. |
|
| leagueId | integer |
None. |
|
| leagueName | string |
None. |
|
| marketName | string |
None. |
|
| blMarketId | integer |
None. |
|
| marketId | integer |
None. |
|
| match | string |
None. |
|
| outcomeName | string |
None. |
|
| outcomeId | integer |
None. |
|
| sportId | integer |
None. |
|
| sportName | string |
None. |
|
| submarketName | string |
None. |
|
| text | string |
None. |
|
| decimalOdds | decimal number |
None. |
|
| kickOffTime | string |
None. |
|
| blRank | integer |
None. |
|
| blOutcome | string |
None. |
|
| success | boolean |
None. |
|
| description | string |
None. |
|
| Nextbets | Collection of NextBestBets |
None. |
|
| marketTypeKey | string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: