GET api/syxbetgames/game/{gameId}/draw/nextdraw

Request Information

URI Parameters

NameDescriptionTypeAdditional information
gameId

integer

Required

Body Parameters

None.

Response Information

Resource Description

BO.BETResponseObjects.BaseResponseOfBO.Models.SyxBetGames.NextDraw
NameDescriptionTypeAdditional information
ResponseObject

BO.Models.SyxBetGames.NextDraw

None.

ResponseMessage

string

None.

ResponseType

BO.Enums.ResponseType

None.

Response Formats

application/json, text/json

Sample:
{
  "responseObject": {
    "id": 1,
    "code": 2,
    "dateTime": "2025-12-15T11:57:32.8058699+02:00",
    "gameId": 4,
    "gameStatusId": 5,
    "isCancelled": true
  },
  "responseMessage": "sample string 1",
  "responseType": 1
}

application/xml, text/xml

Sample:
<BaseResponseOfNextDraw xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ResponseObject>
    <Id>1</Id>
    <Code>2</Code>
    <DateTime>2025-12-15T11:57:32.8058699+02:00</DateTime>
    <GameId>4</GameId>
    <GameStatusId>5</GameStatusId>
    <IsCancelled>true</IsCancelled>
  </ResponseObject>
  <ResponseMessage>sample string 1</ResponseMessage>
  <ResponseType>Success</ResponseType>
</BaseResponseOfNextDraw>