POST
api/v1/get-pos-dashboarddata?clientId={clientId}&sellerId={sellerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
|
| sellerId | integer |
Required |
Response Information
Description:
Return type: POS_DashboardData
Response Formats
application/json, text/json
{
"TotalPOSSales": 1,
"TotalPOSOrders": 2
}
text/html
{"TotalPOSSales":1,"TotalPOSOrders":2}
application/xml, text/xml
<POS_DashboardData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.POS"> <TotalPOSOrders>2</TotalPOSOrders> <TotalPOSSales>1</TotalPOSSales> </POS_DashboardData>
