GET LotteryLoKet/GuessLotos_Report/{LotteryId}/{LotoType}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
LotteryId
No documentation available.

Define this parameter in the request URI.

LotoType
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": [
    {
      "Loto": "sample string 1",
      "Counter": 2,
      "Percent": "sample string 3"
    },
    {
      "Loto": "sample string 1",
      "Counter": 2,
      "Percent": "sample string 3"
    },
    {
      "Loto": "sample string 1",
      "Counter": 2,
      "Percent": "sample string 3"
    }
  ]
}