Web Report Master Product

The function of the Web Report Master Product service is to display master data related to all products provided on the web admin. The following is a detailed explanation of the master product.


Here's the detail of service action in Web Report Master Product :

Master

Used to display a list of data from all transactions master product.

Payload Data

NameData Type
LimitString
PageString
SearchString

Example Request

{
    "Subject":"ewallet",
    "SubjectType":"webreport",
    "SubjectIdentifier":"product",
    "Action":"master",
    "ResourceType":"",
    "Resource":"",
    "ResourceId":"",
    "Data":{ 
            "Limit":10,
            "Page":1,
            "Search":"ASURANSI BPJS KETENAGAKERJAAN"
           }
}