GET api/StockCount/Get
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StockCount| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ArticleId | integer |
None. |
|
| StocktakingId | integer |
None. |
|
| StocktakingSessionId | integer |
None. |
|
| StockIs | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ArticleId": 2,
"StocktakingId": 3,
"StocktakingSessionId": 4,
"StockIs": 1.1
},
{
"Id": 1,
"ArticleId": 2,
"StocktakingId": 3,
"StocktakingSessionId": 4,
"StockIs": 1.1
}
]
application/xml, text/xml
Sample:
<ArrayOfStockCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WTSInventur.Data.Models">
<StockCount>
<ArticleId>2</ArticleId>
<Id>1</Id>
<StockIs>1.1</StockIs>
<StocktakingId>3</StocktakingId>
<StocktakingSessionId>4</StocktakingSessionId>
</StockCount>
<StockCount>
<ArticleId>2</ArticleId>
<Id>1</Id>
<StockIs>1.1</StockIs>
<StocktakingId>3</StocktakingId>
<StocktakingSessionId>4</StocktakingSessionId>
</StockCount>
</ArrayOfStockCount>