POST SalesByVanReport/ExportToExcel
Request Information
URI Parameters
None.
Body Parameters
IConnect.Domain.Reports.SalesReport.SalesByVan.ReportViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DateFilterBy | IConnect.Domain.Reports.SalesReport.SalesByVan.VanReportDateFilterBy |
None. |
|
| SelectedVans | Collection of integer |
None. |
|
| IsExport | boolean |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| ReportFormat | IConnect.Domain.Reports.ExportFormat |
None. |
|
| PageResult | boolean |
None. |
|
| SelectedCompanies | Collection of integer |
None. |
|
| OrderSources | Collection of IConnect.Domain.Orders.OrderSourceEnum |
None. |
|
| Start | date |
None. |
|
| End | date |
None. |
|
| StartDateObjectString | string |
None. |
|
| EndDateObjectString | string |
None. |
|
| SkipTimeZoneConvertion | boolean |
None. |
|
| ForceImmediateExport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DateFilterBy": 0,
"SelectedVans": [
1,
2
],
"IsExport": true,
"PageIndex": 2,
"PageSize": 3,
"ReportFormat": 1,
"PageResult": true,
"SelectedCompanies": [
1,
2
],
"OrderSources": [
0,
0
],
"Start": "2026-06-17T11:31:05.9210842-04:00",
"End": "2026-06-17T11:31:05.9210842-04:00",
"StartDateObjectString": "{\"year\":2026,\"month\":6,\"date\":17,\"hours\":11,\"minutes\":31,\"seconds\":5,\"miliseconds\":921}",
"EndDateObjectString": "{\"year\":2026,\"month\":6,\"date\":17,\"hours\":11,\"minutes\":31,\"seconds\":5,\"miliseconds\":921}",
"SkipTimeZoneConvertion": true,
"ForceImmediateExport": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />