GET LotteryKQMax3D/Page?LotteryDate={LotteryDate}&PageIndex={PageIndex}&PageSize={PageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LotteryDate

string

Default value is

PageIndex

integer

Default value is 1

PageSize

integer

Default value is 5

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfListOfLotteryResultMax3DData
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

RowsCounter

integer

None.

Data

Collection of LotteryResultMax3DData

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": [
    {
      "OpenDateTime": "2024-09-19T11:21:42.5889462+07:00",
      "OpenDateTimeStr": "sample string 2",
      "RollingNo": "sample string 3",
      "Numbers": [
        {
          "LotteryMax3DNumber": "sample string 1",
          "LotteryMax3DPrizeTypeId": "sample string 2",
          "LotteryMax3DPrizeTypeName": "sample string 3"
        },
        {
          "LotteryMax3DNumber": "sample string 1",
          "LotteryMax3DPrizeTypeId": "sample string 2",
          "LotteryMax3DPrizeTypeName": "sample string 3"
        }
      ],
      "Prizes": [
        {
          "LotteryMax3DPlayTypeId": "sample string 1",
          "LotteryMax3DPrizeTypeName": "sample string 2",
          "LotteryMax3DPrizeTypeDesc": "sample string 3",
          "LotteryMax3DPrizeTypeValue": "sample string 4",
          "PrizeNumber": "sample string 5"
        },
        {
          "LotteryMax3DPlayTypeId": "sample string 1",
          "LotteryMax3DPrizeTypeName": "sample string 2",
          "LotteryMax3DPrizeTypeDesc": "sample string 3",
          "LotteryMax3DPrizeTypeValue": "sample string 4",
          "PrizeNumber": "sample string 5"
        }
      ]
    },
    {
      "OpenDateTime": "2024-09-19T11:21:42.5889462+07:00",
      "OpenDateTimeStr": "sample string 2",
      "RollingNo": "sample string 3",
      "Numbers": [
        {
          "LotteryMax3DNumber": "sample string 1",
          "LotteryMax3DPrizeTypeId": "sample string 2",
          "LotteryMax3DPrizeTypeName": "sample string 3"
        },
        {
          "LotteryMax3DNumber": "sample string 1",
          "LotteryMax3DPrizeTypeId": "sample string 2",
          "LotteryMax3DPrizeTypeName": "sample string 3"
        }
      ],
      "Prizes": [
        {
          "LotteryMax3DPlayTypeId": "sample string 1",
          "LotteryMax3DPrizeTypeName": "sample string 2",
          "LotteryMax3DPrizeTypeDesc": "sample string 3",
          "LotteryMax3DPrizeTypeValue": "sample string 4",
          "PrizeNumber": "sample string 5"
        },
        {
          "LotteryMax3DPlayTypeId": "sample string 1",
          "LotteryMax3DPrizeTypeName": "sample string 2",
          "LotteryMax3DPrizeTypeDesc": "sample string 3",
          "LotteryMax3DPrizeTypeValue": "sample string 4",
          "PrizeNumber": "sample string 5"
        }
      ]
    }
  ]
}