GET api/GetSalesReport?fromDate={fromDate}&toDate={toDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fromDate | string |
Required |
|
| toDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetSalesReport_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductName | string |
None. |
|
| VariantName | string |
None. |
|
| AvailableQuantity | decimal number |
None. |
|
| OrderQuantity | decimal number |
None. |
|
| TotalSales | decimal number |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.