POST api/storesales/{storeID}/summary
Forcibly summarise a day or days of sales
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
storeID |
Store to summarise sales for |
integer |
Required |
Body Parameters
Query with start and end dates for re-summary
SummaryListQueryName | Description | Type | Additional information |
---|---|---|---|
StoreID | integer |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "storeID": 1, "startDate": "2025-06-14T07:17:45.2154901", "endDate": "2025-06-14T07:17:45.2154901" }
application/xml, text/xml
Sample:
<SummaryListQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Sales"> <EndDate>2025-06-14T07:17:45.2154901+00:00</EndDate> <StartDate>2025-06-14T07:17:45.2154901+00:00</StartDate> <StoreID>1</StoreID> </SummaryListQuery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.