GET api/reports/stockInHand?onlyUnderPointPlanning={onlyUnderPointPlanning}&onlyWithoutStock={onlyWithoutStock}&transactionableCategoryID={transactionableCategoryID}&daysToExpirate={daysToExpirate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| onlyUnderPointPlanning | boolean |
Required |
|
| onlyWithoutStock | boolean |
Required |
|
| transactionableCategoryID | integer |
Required |
|
| daysToExpirate | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StockInHandReportItemData| Name | Description | Type | Additional information |
|---|---|---|---|
| ManufacturerName | string |
None. |
|
| TransactionableCode | string |
None. |
|
| TransactionableName | string |
None. |
|
| TransactionableBarCode | string |
None. |
|
| TransactionableCategoryName | string |
None. |
|
| Lote | string |
None. |
|
| ExpirationDate | date |
None. |
|
| PointPlanning | decimal number |
None. |
|
| StockInHandQuantity | decimal number |
None. |
|
| StockQuantity | decimal number |
None. |
|
| ExpirationDateStr | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ManufacturerName": "sample string 1",
"TransactionableCode": "sample string 2",
"TransactionableName": "sample string 3",
"TransactionableBarCode": "sample string 4",
"TransactionableCategoryName": "sample string 5",
"Lote": "sample string 6",
"ExpirationDate": "2026-02-04T03:01:29.558213+00:00",
"PointPlanning": 1.0,
"StockInHandQuantity": 1.0,
"StockQuantity": 1.0,
"ExpirationDateStr": "04/02/2026"
},
{
"ManufacturerName": "sample string 1",
"TransactionableCode": "sample string 2",
"TransactionableName": "sample string 3",
"TransactionableBarCode": "sample string 4",
"TransactionableCategoryName": "sample string 5",
"Lote": "sample string 6",
"ExpirationDate": "2026-02-04T03:01:29.558213+00:00",
"PointPlanning": 1.0,
"StockInHandQuantity": 1.0,
"StockQuantity": 1.0,
"ExpirationDateStr": "04/02/2026"
}
]
text/xml
Sample:
<ArrayOfStockInHandReportItemData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.Reports">
<StockInHandReportItemData>
<ExpirationDate>2026-02-04T03:01:29.558213+00:00</ExpirationDate>
<Lote>sample string 6</Lote>
<ManufacturerName>sample string 1</ManufacturerName>
<PointPlanning>1</PointPlanning>
<StockInHandQuantity>1</StockInHandQuantity>
<StockQuantity>1</StockQuantity>
<TransactionableBarCode>sample string 4</TransactionableBarCode>
<TransactionableCategoryName>sample string 5</TransactionableCategoryName>
<TransactionableCode>sample string 2</TransactionableCode>
<TransactionableName>sample string 3</TransactionableName>
</StockInHandReportItemData>
<StockInHandReportItemData>
<ExpirationDate>2026-02-04T03:01:29.558213+00:00</ExpirationDate>
<Lote>sample string 6</Lote>
<ManufacturerName>sample string 1</ManufacturerName>
<PointPlanning>1</PointPlanning>
<StockInHandQuantity>1</StockInHandQuantity>
<StockQuantity>1</StockQuantity>
<TransactionableBarCode>sample string 4</TransactionableBarCode>
<TransactionableCategoryName>sample string 5</TransactionableCategoryName>
<TransactionableCode>sample string 2</TransactionableCode>
<TransactionableName>sample string 3</TransactionableName>
</StockInHandReportItemData>
</ArrayOfStockInHandReportItemData>