The function of the Web Report List Order Type service is to display transaction reports on the web admin based on order type.
Here's the detail of service action in Web Report List Order Type :
Master
Used to display a list of data from all transactions based on order type.
Payload Data
Name | Data Type |
---|---|
Limit | String |
Page | String |
Search | String |
Status | String |
StartDate | String |
EndDate | String |
OrderType | String |
Example Request
{
"Subject": "ewallet",
"SubjectType": "webreport",
"SubjectIdentifier": "list_order_type",
"Action": "master",
"ResourceType": "",
"Resource": "",
"ResourceId": "",
"Data": {}
}