POST api/StockReports/PrintCurrentStock
Request Information
URI Parameters
None.
Body Parameters
CurrentStockFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | string |
None. |
|
| GroupId | integer |
None. |
|
| SubGroupId | integer |
None. |
|
| IsShowSizeWise | boolean |
None. |
|
| QtyLessThan | integer |
None. |
|
| PackingId | integer |
None. |
|
| PackWiseOption | integer |
None. |
|
| ProductId | string |
None. |
|
| IsIncludeSalesmanStock | boolean |
None. |
|
| IsIncludeZeroStock | boolean |
None. |
|
| IsReOrdering | boolean |
None. |
|
| IsIncludeMinMax | boolean |
None. |
|
| IsDateWise | boolean |
None. |
|
| TillDate | string |
None. |
|
| IsStoreWise | boolean |
None. |
|
| IsBatchWise | boolean |
None. |
|
| PriceType | string |
None. |
|
| IsCurrentStockWA | boolean |
None. |
|
| StoreId | integer |
None. |
|
| OfficeId | integer |
None. |
|
| ReOrderingIndex | integer |
None. |
|
| IsSortByName | boolean |
None. |
|
| IsPackWise | boolean |
None. |
|
| PriceOption | integer |
None. |
|
| IsWithoutValue | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyId": "sample string 1",
"GroupId": 2,
"SubGroupId": 3,
"IsShowSizeWise": true,
"QtyLessThan": 5,
"PackingId": 6,
"PackWiseOption": 7,
"ProductId": "sample string 8",
"IsIncludeSalesmanStock": true,
"IsIncludeZeroStock": true,
"IsReOrdering": true,
"IsIncludeMinMax": true,
"IsDateWise": true,
"TillDate": "sample string 14",
"IsStoreWise": true,
"IsBatchWise": true,
"PriceType": "sample string 17",
"IsCurrentStockWA": true,
"StoreId": 19,
"OfficeId": 20,
"ReOrderingIndex": 21,
"IsSortByName": true,
"IsPackWise": true,
"PriceOption": 24,
"IsWithoutValue": true
}
application/xml, text/xml
Sample:
<CurrentStockFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <CompanyId>sample string 1</CompanyId> <GroupId>2</GroupId> <IsBatchWise>true</IsBatchWise> <IsCurrentStockWA>true</IsCurrentStockWA> <IsDateWise>true</IsDateWise> <IsIncludeMinMax>true</IsIncludeMinMax> <IsIncludeSalesmanStock>true</IsIncludeSalesmanStock> <IsIncludeZeroStock>true</IsIncludeZeroStock> <IsPackWise>true</IsPackWise> <IsReOrdering>true</IsReOrdering> <IsShowSizeWise>true</IsShowSizeWise> <IsSortByName>true</IsSortByName> <IsStoreWise>true</IsStoreWise> <IsWithoutValue>true</IsWithoutValue> <OfficeId>20</OfficeId> <PackWiseOption>7</PackWiseOption> <PackingId>6</PackingId> <PriceOption>24</PriceOption> <PriceType>sample string 17</PriceType> <ProductId>sample string 8</ProductId> <QtyLessThan>5</QtyLessThan> <ReOrderingIndex>21</ReOrderingIndex> <StoreId>19</StoreId> <SubGroupId>3</SubGroupId> <TillDate>sample string 14</TillDate> </CurrentStockFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |