GET LotterySoTayLoto/LotoTypes_GetList

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": [
    {
      "LotoTypeId": 64,
      "LotoTypeName": "sample string 2",
      "LotoTypeDesc": "sample string 3"
    },
    {
      "LotoTypeId": 64,
      "LotoTypeName": "sample string 2",
      "LotoTypeDesc": "sample string 3"
    },
    {
      "LotoTypeId": 64,
      "LotoTypeName": "sample string 2",
      "LotoTypeDesc": "sample string 3"
    }
  ]
}