History Transaction Web

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

NameData Type
pageString
pageSizeString
maxPageString
statusString
dateToString
dateFromString
tokenString
orderTypeString
hashString
refNoString
orderIdString
phoneString
trxTypeString
memberIdString

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
  }
}