POST InventoryValuationReport/GenerateReport
Request Information
URI Parameters
None.
Body Parameters
IConnect.Domain.Reports.ProductReport.InventoryValuationReport.ReportViewModel| Name | 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,
"IsInvisible": true
},
{
"Id": 1,
"ParentId": 2,
"Name": "sample string 3",
"IsValue": true,
"DisplayOrder": 5,
"AllowMultiselect": true,
"IsDisabled": true,
"IsInvisible": true
}
],
"FilterByBrands": true,
"Start": "2025-12-15T16:17:34.6338693-05:00",
"End": "2025-12-15T16:17:34.6338693-05:00",
"StartDateObjectString": "{\"year\":2025,\"month\":12,\"date\":15,\"hours\":16,\"minutes\":17,\"seconds\":34,\"miliseconds\":633}",
"EndDateObjectString": "{\"year\":2025,\"month\":12,\"date\":15,\"hours\":16,\"minutes\":17,\"seconds\":34,\"miliseconds\":633}",
"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-12-15T16:17:34.6338693-05: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-12-15T16:17:34.6338693-05: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:IsInvisible>true</d2p1:IsInvisible>
<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:IsInvisible>true</d2p1:IsInvisible>
<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/" />