POST api/StockCount/Post
Request Information
URI Parameters
None.
Body Parameters
StockCount| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ArticleId | integer |
None. |
|
| StocktakingId | integer |
None. |
|
| StocktakingSessionId | integer |
None. |
|
| StockIs | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ArticleId": 2,
"StocktakingId": 3,
"StocktakingSessionId": 4,
"StockIs": 1.1
}
application/xml, text/xml
Sample:
<StockCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WTSInventur.Data.Models"> <ArticleId>2</ArticleId> <Id>1</Id> <StockIs>1.1</StockIs> <StocktakingId>3</StocktakingId> <StocktakingSessionId>4</StocktakingSessionId> </StockCount>
application/x-www-form-urlencoded
Sample:
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. |