GET LotteryTK/GanDB/{LotteryId}/{DateOpen}/{LotoGanTypeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LotteryId

integer

Required

DateOpen

date

Required

LotoGanTypeId

byte

Required

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfListOfLotteryTK_GanGiaiDacBiet_TongDauDuoi
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

RowsCounter

integer

None.

Data

Collection of LotteryTK_GanGiaiDacBiet_TongDauDuoi

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": [
    {
      "LotoNumber": "sample string 1",
      "GanDayCounter": 2,
      "GanMaxCounter": 3,
      "LotoGanTypeId": 64,
      "AppearLatestDay": "2024-09-19T11:13:29.5862418+07:00"
    },
    {
      "LotoNumber": "sample string 1",
      "GanDayCounter": 2,
      "GanMaxCounter": 3,
      "LotoGanTypeId": 64,
      "AppearLatestDay": "2024-09-19T11:13:29.5862418+07:00"
    }
  ]
}