GET BetGames/GetLiveDrawCode/{gameId}

Gets the draw code of the live game

Request Information

URI Parameters

NameDescriptionTypeAdditional information
gameId

integer

Required

Body Parameters

None.

Response Information

Resource Description

BaseResponseOfInt64
NameDescriptionTypeAdditional information
ResponseMessage

string

None.

ResponseType

integer

None.

ResponseObject

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseMessage": "sample string 1",
  "ResponseType": 2,
  "ResponseObject": 3
}

application/xml, text/xml

Sample:
<BaseResponseOflong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models.BetGamesModels.Response">
  <ResponseMessage>sample string 1</ResponseMessage>
  <ResponseObject>3</ResponseObject>
  <ResponseType>2</ResponseType>
</BaseResponseOflong>