GET LotteryTK/LoRoiDetail/{LotteryTKLoRoiId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LotteryTKLoRoiId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfLotteryTKLoRoi
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

RowsCounter

integer

None.

Data

LotteryTKLoRoi

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": {
    "LotteryTKLoRoiId": 1,
    "LotteryId": 2,
    "LotteryGroupId": 64,
    "OpenDate": "sample string 4",
    "OpenMonth": 5,
    "DayOfWeekId": 64,
    "SpecialLotoNumber": "sample string 7",
    "LotoRoiPrizes": "sample string 8",
    "RoiDate": "sample string 9",
    "LotteryResult": "sample string 10",
    "RoiLotteryResult": "sample string 11"
  }
}