GET LotterySoTayLoto/LotoBookTypes_GetListByCustomerId/{customerId}/{pageIndex}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

string

Required

pageIndex

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfListOfLotoBookTypesJson
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

RowsCounter

integer

None.

Data

Collection of LotoBookTypesJson

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": [
    {
      "CustomerId": 1,
      "LotteryName": "sample string 2",
      "LotoBookTypeId": 3,
      "LotoBookId": 4,
      "LotoTypeName": "sample string 5",
      "CreatedDate": "sample string 6",
      "DayWinMoney": "sample string 7",
      "StatusId": 8,
      "BetLotoType": 9.1,
      "LotoNumberList": "sample string 10"
    },
    {
      "CustomerId": 1,
      "LotteryName": "sample string 2",
      "LotoBookTypeId": 3,
      "LotoBookId": 4,
      "LotoTypeName": "sample string 5",
      "CreatedDate": "sample string 6",
      "DayWinMoney": "sample string 7",
      "StatusId": 8,
      "BetLotoType": 9.1,
      "LotoNumberList": "sample string 10"
    }
  ]
}