This service works to get detailed history on the web admin when processing voucher purchase transactions and will display the reward history provided by external parties integrated with Qoin Service.
Here's the detail of service action in History Transaction Web :
Get History Transaction
Payload Data
Name | Data Type |
---|---|
page | String |
pageSize | String |
maxPage | String |
status | String |
dateTo | String |
dateFrom | String |
token | String |
orderType | String |
hash | String |
refNo | String |
orderId | String |
phone | String |
trxType | String |
memberId | String |
Example Request
{
"Subject": "transaction",
"SubjectType": "transaction",
"SubjectIdentifier": "transaction",
"Action": "gethistoryall",
"ResourceType": "data",
"Resource": "data",
"ResourceId": "data",
"ScopePlatform": "private",
"Platform": "qoin-apps",
"Data": {
"page": 1,
"pageSize": 3,
"maxPage": 3,
"status": 1,
"dateTo": null,
"dateFrom": null,
"token": null,
"orderType": null,
"hash": null,
"refNo": null,
"orderId": null,
"phone": null,
"trxType": null,
"memberId": null
}
}