POST api/storesales/{storeID}/summary

Forcibly summarise a day or days of sales

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

Store to summarise sales for

integer

Required

Body Parameters

Query with start and end dates for re-summary

SummaryListQuery
NameDescriptionTypeAdditional information
StoreID

integer

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "storeID": 1,
  "startDate": "2026-04-03T06:17:24.3321347",
  "endDate": "2026-04-03T06:17:24.3321347"
}

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>2026-04-03T06:17:24.3321347+00:00</EndDate>
  <StartDate>2026-04-03T06:17:24.3321347+00:00</StartDate>
  <StoreID>1</StoreID>
</SummaryListQuery>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.