GET LotteryTK/LauChuaVe/{LotteryId}/{NumberRoll}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LotteryId

integer

Required

NumberRoll

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfListOfLotteryTK_ChuaVe
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

RowsCounter

integer

None.

Data

Collection of LotteryTK_ChuaVe

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": [
    {
      "LotoChuaVe": "sample string 1",
      "DBChuaVe": "sample string 2"
    },
    {
      "LotoChuaVe": "sample string 1",
      "DBChuaVe": "sample string 2"
    }
  ]
}