POST LotteryForum/CustomerLotosPost
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| m_RequestObject | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserId": 1,
"Platform": "sample string 2",
"DeviceId": "sample string 3",
"AppId": "sample string 4",
"AppVersion": "sample string 5",
"RequestTime": "sample string 6",
"MethodName": "sample string 7",
"Token": "sample string 8",
"AppKey": "sample string 9",
"PageIndex": 10,
"PageSize": 11,
"Data": {
"CustomerLotoId": 1,
"CustomerId": 2,
"LotteryId": 3,
"LotteryGroupId": 64,
"DayPointTotal": 5,
"PlayDate": "sample string 6",
"LotoList": "sample string 7",
"CustomerScore": 8,
"CustomerNick": "sample string 9"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": {
"CustomerLotoId": 1,
"CustomerId": 2,
"LotteryId": 3,
"LotteryGroupId": 64,
"DayPointTotal": 5,
"PlayDate": "sample string 6",
"LotoList": "sample string 7",
"CustomerScore": 8,
"CustomerNick": "sample string 9"
}
}