POST LotteryLoKet/XienLotos_Post?ViewResultOnly={ViewResultOnly}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| m_RequestObject | No documentation available. |
Define this parameter in the request body. |
| ViewResultOnly | No documentation available. |
Define this parameter in the request URI. |
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": {
"CustomerId": 1,
"LotteryId": "sample string 2",
"LotoType": "sample string 3",
"LotoNum": "sample string 4"
}
}
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": [
{
"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"
}
]
}