Businese.BonusDAL.QueryLog
Parameters:
| Name |
Type |
Description |
| Year |
Int32 |
|
| Month |
Int32 |
|
| BType |
BonusType |
|
| DealerNo |
String |
|
| PayerNo |
String |
|
Sample:
Request:
{
"jsonrpc": "2.0",
"method": "Businese.BonusDAL.QueryLog",
"params": {
"Year" : 1 /* [Int32]*/,
"Month" : 1 /* [Int32]*/,
"BType" : 0 /* [BonusType]*/,
"DealerNo" : "" /* [String]*/,
"PayerNo" : "" /* [String]*/
},
"id": 1,
"tags": {
"usertoken": "",
"sessionid": ""
}
}
Response:
{
"jsonrpc": "2.0",
"result": [
{
"Id": "",
"Year": 1,
"Month": 1,
"DealerId": "",
"PayerId": "",
"OrderDealerId": "",
"BonusType": 0,
"TeamScore": 0.0,
"BonusAmt": 0.0,
"BillType": "",
"BillId": "",
"LogTime": "2026-03-21T19:00:59.8408322+08:00",
"DealerNo": "",
"BillTypeChsName": "",
"BillNo": "",
"BillValidTime": "2026-03-21T19:00:59.8408322+08:00",
"BillAmt": 0.0,
"Remark": "",
"IdValues": [
""
]
}
],
"error": null,
"id": 1
}