GET api/reports/salereport?StoreId={StoreId}&Pbeg={Pbeg}&Pend={Pend}
Receive a list of all sale products by period
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
store_id | integer |
None. |
|
pbeg | date |
None. |
|
pend | date |
None. |
Body Parameters
None.
Response Information
Resource Description
SaleReportsRootObjectName | Description | Type | Additional information |
---|---|---|---|
salereports | Collection of SaleReportDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "salereports": [ { "article": "sample string 1", "color": "sample string 2", "quantity": 3 }, { "article": "sample string 1", "color": "sample string 2", "quantity": 3 } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.