GET a/PosItemCategoryOrders/GetOrders?start={start}&end={end}&interval={interval}
Get Orders information for the report period, grouped by item category and report interval
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start |
Start of the report period |
date |
Required |
| end |
End of the report period |
date |
Required |
| interval |
Interval to group the results into (for example: 30min) |
time interval |
Required |
Body Parameters
None.
Response Information
Resource Description
Orders information
Collection of PosReportDTOOfPosOrdersSummaryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| StartTime | date |
None. |
|
| Period | time interval |
None. |
|
| Payload | Collection of PosOrdersSummaryDTO |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"startTime": "2026-04-04T22:25:01.0236186+00:00",
"period": "00:00:00.1234567",
"payload": [
{
"label": "sample string 1",
"id": "sample string 2",
"quantity": 1.1,
"amount": 3.0
},
{
"label": "sample string 1",
"id": "sample string 2",
"quantity": 1.1,
"amount": 3.0
}
]
},
{
"startTime": "2026-04-04T22:25:01.0236186+00:00",
"period": "00:00:00.1234567",
"payload": [
{
"label": "sample string 1",
"id": "sample string 2",
"quantity": 1.1,
"amount": 3.0
},
{
"label": "sample string 1",
"id": "sample string 2",
"quantity": 1.1,
"amount": 3.0
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfPosReportDTOOfPosOrdersSummaryDTO2SBpKQBp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Loaded.WebApi.Models.POS">
<PosReportDTOOfPosOrdersSummaryDTO2SBpKQBp>
<Payload>
<PosOrdersSummaryDTO>
<Amount>3</Amount>
<Id>sample string 2</Id>
<Label>sample string 1</Label>
<Quantity>1.1</Quantity>
</PosOrdersSummaryDTO>
<PosOrdersSummaryDTO>
<Amount>3</Amount>
<Id>sample string 2</Id>
<Label>sample string 1</Label>
<Quantity>1.1</Quantity>
</PosOrdersSummaryDTO>
</Payload>
<Period>PT0.1234567S</Period>
<StartTime xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2026-04-04T22:25:01.0236186Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</StartTime>
</PosReportDTOOfPosOrdersSummaryDTO2SBpKQBp>
<PosReportDTOOfPosOrdersSummaryDTO2SBpKQBp>
<Payload>
<PosOrdersSummaryDTO>
<Amount>3</Amount>
<Id>sample string 2</Id>
<Label>sample string 1</Label>
<Quantity>1.1</Quantity>
</PosOrdersSummaryDTO>
<PosOrdersSummaryDTO>
<Amount>3</Amount>
<Id>sample string 2</Id>
<Label>sample string 1</Label>
<Quantity>1.1</Quantity>
</PosOrdersSummaryDTO>
</Payload>
<Period>PT0.1234567S</Period>
<StartTime xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2026-04-04T22:25:01.0236186Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</StartTime>
</PosReportDTOOfPosOrdersSummaryDTO2SBpKQBp>
</ArrayOfPosReportDTOOfPosOrdersSummaryDTO2SBpKQBp>