POST InventoryValuationReport/GenerateReportView
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Page | integer |
None. |
|
PageSize | integer |
None. |
|
Sorts | Collection of Kendo.Mvc.SortDescriptor |
None. |
|
Filters | Collection of Kendo.Mvc.IFilterDescriptor |
None. |
|
Groups | Collection of Kendo.Mvc.GroupDescriptor |
None. |
|
Aggregates | Collection of Kendo.Mvc.AggregateDescriptor |
None. |
|
GroupPaging | boolean |
None. |
|
IncludeSubGroupCount | boolean |
None. |
|
Skip | integer |
None. |
|
Take | integer |
None. |
Body Parameters
IConnect.Domain.Reports.ProductReport.InventoryValuationReport.ReportViewModelName | Description | Type | Additional information |
---|---|---|---|
SelectedCompanies | Collection of integer |
None. |
|
SelectedCategory | integer |
None. |
|
SelectedManufacturer | integer |
None. |
|
SelectedBrand | integer |
None. |
|
IgnoreNegativeQuantities | boolean |
None. |
|
GroupMatrixCombinations | boolean |
None. |
|
SoldInLast30Days | boolean |
None. |
|
SkuOrProductCode | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
IsProducts | boolean |
None. |
|
Aggregates | IConnect.Domain.Reports.Products.InventoryValuationReportAggregateItem |
None. |
|
DropDownTreeItems | Collection of IConnect.Domain.Reports.DropDownTreeItem |
None. |
|
FilterByBrands | boolean |
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:
{ "SelectedCompanies": [ 1, 2 ], "SelectedCategory": 1, "SelectedManufacturer": 2, "SelectedBrand": 3, "IgnoreNegativeQuantities": true, "GroupMatrixCombinations": true, "SoldInLast30Days": true, "SkuOrProductCode": "sample string 7", "PageIndex": 1, "PageSize": 1, "IsProducts": true, "Aggregates": { "TotalCount": 1, "StockSum": 2.0, "TotalCostSum": 3.0, "TotalPriceSum": 4.0, "MarginSum": 0.25 }, "DropDownTreeItems": [ { "Id": 1, "ParentId": 2, "Name": "sample string 3", "IsValue": true, "DisplayOrder": 5, "AllowMultiselect": true, "IsDisabled": true }, { "Id": 1, "ParentId": 2, "Name": "sample string 3", "IsValue": true, "DisplayOrder": 5, "AllowMultiselect": true, "IsDisabled": true } ], "FilterByBrands": true, "Start": "2025-04-03T22:07:25.7099756-04:00", "End": "2025-04-03T22:07:25.7099756-04:00", "StartDateObjectString": "{\"year\":2025,\"month\":4,\"date\":3,\"hours\":22,\"minutes\":7,\"seconds\":25,\"miliseconds\":709}", "EndDateObjectString": "{\"year\":2025,\"month\":4,\"date\":3,\"hours\":22,\"minutes\":7,\"seconds\":25,\"miliseconds\":709}", "SkipTimeZoneConvertion": true, "ForceImmediateExport": true }
application/xml, text/xml
Sample:
<ReportViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports.ProductReport.InventoryValuationReport"> <_x003C_End_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports">2025-04-03T22:07:25.7099756-04:00</_x003C_End_x003E_k__BackingField> <_x003C_ForceImmediateExport_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports">true</_x003C_ForceImmediateExport_x003E_k__BackingField> <_x003C_SkipTimeZoneConvertion_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports">true</_x003C_SkipTimeZoneConvertion_x003E_k__BackingField> <_x003C_Start_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports">2025-04-03T22:07:25.7099756-04:00</_x003C_Start_x003E_k__BackingField> <_x003C_Aggregates_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports.Products"> <d2p1:StockSum>2</d2p1:StockSum> <d2p1:TotalCostSum>3</d2p1:TotalCostSum> <d2p1:TotalCount>1</d2p1:TotalCount> <d2p1:TotalPriceSum>4</d2p1:TotalPriceSum> </_x003C_Aggregates_x003E_k__BackingField> <_x003C_DropDownTreeItems_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports"> <d2p1:DropDownTreeItem> <d2p1:AllowMultiselect>true</d2p1:AllowMultiselect> <d2p1:DisplayOrder>5</d2p1:DisplayOrder> <d2p1:Id>1</d2p1:Id> <d2p1:IsDisabled>true</d2p1:IsDisabled> <d2p1:IsValue>true</d2p1:IsValue> <d2p1:Name>sample string 3</d2p1:Name> <d2p1:ParentId>2</d2p1:ParentId> </d2p1:DropDownTreeItem> <d2p1:DropDownTreeItem> <d2p1:AllowMultiselect>true</d2p1:AllowMultiselect> <d2p1:DisplayOrder>5</d2p1:DisplayOrder> <d2p1:Id>1</d2p1:Id> <d2p1:IsDisabled>true</d2p1:IsDisabled> <d2p1:IsValue>true</d2p1:IsValue> <d2p1:Name>sample string 3</d2p1:Name> <d2p1:ParentId>2</d2p1:ParentId> </d2p1:DropDownTreeItem> </_x003C_DropDownTreeItems_x003E_k__BackingField> <_x003C_FilterByBrands_x003E_k__BackingField>true</_x003C_FilterByBrands_x003E_k__BackingField> <_x003C_GroupMatrixCombinations_x003E_k__BackingField>true</_x003C_GroupMatrixCombinations_x003E_k__BackingField> <_x003C_IgnoreNegativeQuantities_x003E_k__BackingField>true</_x003C_IgnoreNegativeQuantities_x003E_k__BackingField> <_x003C_IsProducts_x003E_k__BackingField>true</_x003C_IsProducts_x003E_k__BackingField> <_x003C_PageIndex_x003E_k__BackingField>1</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>1</_x003C_PageSize_x003E_k__BackingField> <_x003C_SelectedBrand_x003E_k__BackingField>3</_x003C_SelectedBrand_x003E_k__BackingField> <_x003C_SelectedCategory_x003E_k__BackingField>1</_x003C_SelectedCategory_x003E_k__BackingField> <_x003C_SelectedCompanies_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </_x003C_SelectedCompanies_x003E_k__BackingField> <_x003C_SelectedManufacturer_x003E_k__BackingField>2</_x003C_SelectedManufacturer_x003E_k__BackingField> <_x003C_SkuOrProductCode_x003E_k__BackingField>sample string 7</_x003C_SkuOrProductCode_x003E_k__BackingField> <_x003C_SoldInLast30Days_x003E_k__BackingField>true</_x003C_SoldInLast30Days_x003E_k__BackingField> </ReportViewModel>
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/" />