POST LowStockReport/ExportToExcel
Request Information
URI Parameters
None.
Body Parameters
IConnect.Domain.Reports.ProductReport.LowStockReport.ReportViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SelectedCompanies | Collection of integer |
None. |
|
| SelectedCategory | integer |
None. |
|
| SelectedManufacturer | integer |
None. |
|
| SelectedBrand | integer |
None. |
|
| ShowBy | IConnect.Domain.Reports.ProductReport.LowStockReport.ShowLowQueantityFilter |
None. |
|
| SearchTerm | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SelectedCompanies": [
1,
2
],
"SelectedCategory": 1,
"SelectedManufacturer": 2,
"SelectedBrand": 3,
"ShowBy": 1,
"SearchTerm": "sample string 4",
"PageIndex": 1,
"PageSize": 1
}
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.LowStockReport">
<_x003C_PageIndex_x003E_k__BackingField>1</_x003C_PageIndex_x003E_k__BackingField>
<_x003C_PageSize_x003E_k__BackingField>1</_x003C_PageSize_x003E_k__BackingField>
<_x003C_SearchTerm_x003E_k__BackingField>sample string 4</_x003C_SearchTerm_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_ShowBy_x003E_k__BackingField>NegativeQuantity</_x003C_ShowBy_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/" />