GET api/Stock/Products?lastChanged={lastChanged}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lastChanged | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StockBalanceName | Description | Type | Additional information |
---|---|---|---|
productNo | string |
None. |
|
productName | string |
None. |
|
productGroupNo | integer |
None. |
|
stockNo | integer |
None. |
|
fifoPrice | decimal number |
None. |
|
realizedStock | decimal number |
None. |
|
stockValue | decimal number |
None. |
|
lastChanged | date |
None. |
|
reservedFromStock | decimal number |
None. |
|
positivePhysicalStock | decimal number |
None. |
|
economicPurchaseQuantity | decimal number |
None. |
|
inPurchase | decimal number |
None. |
|
quantityPerUnit | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "productNo": "sample string 1", "productName": "sample string 2", "productGroupNo": 1, "stockNo": 3, "fifoPrice": 1.0, "realizedStock": 1.0, "stockValue": 1.0, "lastChanged": "2025-05-23T23:10:17.3917799+02:00", "reservedFromStock": 1.0, "positivePhysicalStock": 1.0, "economicPurchaseQuantity": 1.0, "inPurchase": 1.0, "quantityPerUnit": 1.0 }, { "productNo": "sample string 1", "productName": "sample string 2", "productGroupNo": 1, "stockNo": 3, "fifoPrice": 1.0, "realizedStock": 1.0, "stockValue": 1.0, "lastChanged": "2025-05-23T23:10:17.3917799+02:00", "reservedFromStock": 1.0, "positivePhysicalStock": 1.0, "economicPurchaseQuantity": 1.0, "inPurchase": 1.0, "quantityPerUnit": 1.0 } ]
application/xml, text/xml
Sample:
<ArrayOfStockBalance xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <StockBalance> <productNo>sample string 1</productNo> <productName>sample string 2</productName> <productGroupNo>1</productGroupNo> <stockNo>3</stockNo> <fifoPrice>1</fifoPrice> <realizedStock>1</realizedStock> <stockValue>1</stockValue> <lastChanged>2025-05-23T23:10:17.3917799+02:00</lastChanged> <reservedFromStock>1</reservedFromStock> <positivePhysicalStock>1</positivePhysicalStock> <economicPurchaseQuantity>1</economicPurchaseQuantity> <inPurchase>1</inPurchase> <quantityPerUnit>1</quantityPerUnit> </StockBalance> <StockBalance> <productNo>sample string 1</productNo> <productName>sample string 2</productName> <productGroupNo>1</productGroupNo> <stockNo>3</stockNo> <fifoPrice>1</fifoPrice> <realizedStock>1</realizedStock> <stockValue>1</stockValue> <lastChanged>2025-05-23T23:10:17.3917799+02:00</lastChanged> <reservedFromStock>1</reservedFromStock> <positivePhysicalStock>1</positivePhysicalStock> <economicPurchaseQuantity>1</economicPurchaseQuantity> <inPurchase>1</inPurchase> <quantityPerUnit>1</quantityPerUnit> </StockBalance> </ArrayOfStockBalance>