GET
api/v1/get-pos-trends-report-chart-data?clientId={clientId}&sellerId={sellerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
|
| sellerId | integer |
Required |
Response Information
Description:
Return type: POSTrendsReportVM
Response Formats
application/json, text/json
{
"List": [
{
"Name": "sample string 1",
"CustomerTypeCode": "sample string 2",
"TotalPOSOrders": 3,
"TotalNetAmount": 4.0,
"AvgOrderAmount": 5.0,
"TopUsedPaymentMode": "sample string 6",
"LastPurchaseDate": "2026-02-05T12:14:02.2542599+00:00",
"TopRepeatPurchaseCount": "sample string 8",
"MonthLabel": "sample string 9"
},
{
"Name": "sample string 1",
"CustomerTypeCode": "sample string 2",
"TotalPOSOrders": 3,
"TotalNetAmount": 4.0,
"AvgOrderAmount": 5.0,
"TopUsedPaymentMode": "sample string 6",
"LastPurchaseDate": "2026-02-05T12:14:02.2542599+00:00",
"TopRepeatPurchaseCount": "sample string 8",
"MonthLabel": "sample string 9"
}
],
"TotalRecords": 1
}
text/html
{"List":[{"Name":"sample string 1","CustomerTypeCode":"sample string 2","TotalPOSOrders":3,"TotalNetAmount":4.0,"AvgOrderAmount":5.0,"TopUsedPaymentMode":"sample string 6","LastPurchaseDate":"2026-02-05T12:14:02.2542599+00:00","TopRepeatPurchaseCount":"sample string 8","MonthLabel":"sample string 9"},{"Name":"sample string 1","CustomerTypeCode":"sample string 2","TotalPOSOrders":3,"TotalNetAmount":4.0,"AvgOrderAmount":5.0,"TopUsedPaymentMode":"sample string 6","LastPurchaseDate":"2026-02-05T12:14:02.2542599+00:00","TopRepeatPurchaseCount":"sample string 8","MonthLabel":"sample string 9"}],"TotalRecords":1}
application/xml, text/xml
<POSTrendsReportVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.POS">
<List>
<POSTrends>
<AvgOrderAmount>5</AvgOrderAmount>
<CustomerTypeCode>sample string 2</CustomerTypeCode>
<LastPurchaseDate>2026-02-05T12:14:02.2542599+00:00</LastPurchaseDate>
<MonthLabel>sample string 9</MonthLabel>
<Name>sample string 1</Name>
<TopRepeatPurchaseCount>sample string 8</TopRepeatPurchaseCount>
<TopUsedPaymentMode>sample string 6</TopUsedPaymentMode>
<TotalNetAmount>4</TotalNetAmount>
<TotalPOSOrders>3</TotalPOSOrders>
</POSTrends>
<POSTrends>
<AvgOrderAmount>5</AvgOrderAmount>
<CustomerTypeCode>sample string 2</CustomerTypeCode>
<LastPurchaseDate>2026-02-05T12:14:02.2542599+00:00</LastPurchaseDate>
<MonthLabel>sample string 9</MonthLabel>
<Name>sample string 1</Name>
<TopRepeatPurchaseCount>sample string 8</TopRepeatPurchaseCount>
<TopUsedPaymentMode>sample string 6</TopUsedPaymentMode>
<TotalNetAmount>4</TotalNetAmount>
<TotalPOSOrders>3</TotalPOSOrders>
</POSTrends>
</List>
<TotalRecords>1</TotalRecords>
</POSTrendsReportVM>
