Transaction Promo

The functions of the Transaction Promo service are used to get the history point from the user when performing the daily check-in process.

Here's the detail of service action in Transaction Promo :


Daily Check In Get Point

Payload Data

NameData Type
pageString
pageSizeString
maxPageString

Example Request

{
   "Subject":"transaction",
   "SubjectType":"promo",
   "SubjectIdentifier":"dailycheckin",
   "Action":"getpoint",
   "ResourceType":"data",
   "Resource":"data",
   "ResourceId":"data",
   "Data":{
      "page":1,
      "pageSize":10,
      "maxPage":10
   }
}