GET Lottery/GetSchedule

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": [
    {
      "LotteryScheduleId": 1,
      "DayDesc": "sample string 2",
      "LotteryGroupCode": "sample string 3",
      "LotteryId": 4,
      "LotteryCode": "sample string 5",
      "LotteryName": "sample string 6",
      "LotteryDesc": "sample string 7"
    },
    {
      "LotteryScheduleId": 1,
      "DayDesc": "sample string 2",
      "LotteryGroupCode": "sample string 3",
      "LotteryId": 4,
      "LotteryCode": "sample string 5",
      "LotteryName": "sample string 6",
      "LotteryDesc": "sample string 7"
    },
    {
      "LotteryScheduleId": 1,
      "DayDesc": "sample string 2",
      "LotteryGroupCode": "sample string 3",
      "LotteryId": 4,
      "LotteryCode": "sample string 5",
      "LotteryName": "sample string 6",
      "LotteryDesc": "sample string 7"
    }
  ]
}