POST LotteryLoKet/XienLotos_Post?ViewResultOnly={ViewResultOnly}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ViewResultOnly | integer |
Default value is 0 |
Body Parameters
RequestObjectOfGuessLotoPost| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| Platform | string |
None. |
|
| DeviceId | string |
None. |
|
| AppId | string |
None. |
|
| AppVersion | string |
None. |
|
| RequestTime | string |
None. |
|
| MethodName | string |
None. |
|
| Token | string |
None. |
|
| AppKey | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| Data | GuessLotoPost |
None. |
Request 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
Resource Description
ResponseObjectOfListOfLotosItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Collection of LotosItem |
None. |
Response 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"
}
]
}