GET api/TotalEntry/GetByStockTakingId?stockTakingId={stockTakingId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
stockTakingId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TotalEntry
NameDescriptionTypeAdditional information
WarehouseId

integer

None.

MainWarehouseId

integer

None.

WarehouseName

string

None.

ArticleId

integer

None.

ArticleNumber

string

None.

ArticleShortText

string

None.

ArticleLongText

string

None.

ListPrice

decimal number

None.

BuyPrice

decimal number

None.

AverageBuyPrice

decimal number

None.

LastBuyPrice

decimal number

None.

EvaluationPrice

decimal number

None.

ArticleUnit

string

None.

IRow

string

None.

IRack

string

None.

IRackCase

string

None.

Row

string

None.

Rack

string

None.

RackCase

string

None.

StockShould

decimal number

None.

StockIsTotal

decimal number

None.

StockIsCars

decimal number

None.

StockIsWarehouse

decimal number

None.

StockDifference

decimal number

None.

ImportTotal

decimal number

None.

SubTotals

Dictionary of string [key] and decimal number [value]

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "WarehouseId": 1,
    "MainWarehouseId": 1,
    "WarehouseName": "sample string 2",
    "ArticleId": 3,
    "ArticleNumber": "sample string 4",
    "ArticleShortText": "sample string 5",
    "ArticleLongText": "sample string 6",
    "ListPrice": 1.0,
    "BuyPrice": 1.0,
    "AverageBuyPrice": 1.0,
    "LastBuyPrice": 1.0,
    "EvaluationPrice": 1.0,
    "ArticleUnit": "sample string 7",
    "IRow": "sample string 8",
    "IRack": "sample string 9",
    "IRackCase": "sample string 10",
    "Row": "sample string 11",
    "Rack": "sample string 12",
    "RackCase": "sample string 13",
    "StockShould": 1.1,
    "StockIsTotal": 1.1,
    "StockIsCars": 1.1,
    "StockIsWarehouse": 1.1,
    "StockDifference": 1.1,
    "ImportTotal": 1.1,
    "SubTotals": {
      "sample string 1": 1.1,
      "sample string 2": 1.1
    }
  },
  {
    "WarehouseId": 1,
    "MainWarehouseId": 1,
    "WarehouseName": "sample string 2",
    "ArticleId": 3,
    "ArticleNumber": "sample string 4",
    "ArticleShortText": "sample string 5",
    "ArticleLongText": "sample string 6",
    "ListPrice": 1.0,
    "BuyPrice": 1.0,
    "AverageBuyPrice": 1.0,
    "LastBuyPrice": 1.0,
    "EvaluationPrice": 1.0,
    "ArticleUnit": "sample string 7",
    "IRow": "sample string 8",
    "IRack": "sample string 9",
    "IRackCase": "sample string 10",
    "Row": "sample string 11",
    "Rack": "sample string 12",
    "RackCase": "sample string 13",
    "StockShould": 1.1,
    "StockIsTotal": 1.1,
    "StockIsCars": 1.1,
    "StockIsWarehouse": 1.1,
    "StockDifference": 1.1,
    "ImportTotal": 1.1,
    "SubTotals": {
      "sample string 1": 1.1,
      "sample string 2": 1.1
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfTotalEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inventur.Data.Models">
  <TotalEntry>
    <ArticleId>3</ArticleId>
    <ArticleLongText>sample string 6</ArticleLongText>
    <ArticleNumber>sample string 4</ArticleNumber>
    <ArticleShortText>sample string 5</ArticleShortText>
    <ArticleUnit>sample string 7</ArticleUnit>
    <AverageBuyPrice>1</AverageBuyPrice>
    <BuyPrice>1</BuyPrice>
    <EvaluationPrice>1</EvaluationPrice>
    <IRack>sample string 9</IRack>
    <IRackCase>sample string 10</IRackCase>
    <IRow>sample string 8</IRow>
    <ImportTotal>1.1</ImportTotal>
    <LastBuyPrice>1</LastBuyPrice>
    <ListPrice>1</ListPrice>
    <MainWarehouseId>1</MainWarehouseId>
    <Rack>sample string 12</Rack>
    <RackCase>sample string 13</RackCase>
    <Row>sample string 11</Row>
    <StockDifference>1.1</StockDifference>
    <StockIsCars>1.1</StockIsCars>
    <StockIsTotal>1.1</StockIsTotal>
    <StockIsWarehouse>1.1</StockIsWarehouse>
    <StockShould>1.1</StockShould>
    <SubTotals xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringNullableOfdoubleU6ho3Bhd>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>1.1</d3p1:Value>
      </d3p1:KeyValueOfstringNullableOfdoubleU6ho3Bhd>
      <d3p1:KeyValueOfstringNullableOfdoubleU6ho3Bhd>
        <d3p1:Key>sample string 2</d3p1:Key>
        <d3p1:Value>1.1</d3p1:Value>
      </d3p1:KeyValueOfstringNullableOfdoubleU6ho3Bhd>
    </SubTotals>
    <WarehouseId>1</WarehouseId>
    <WarehouseName>sample string 2</WarehouseName>
  </TotalEntry>
  <TotalEntry>
    <ArticleId>3</ArticleId>
    <ArticleLongText>sample string 6</ArticleLongText>
    <ArticleNumber>sample string 4</ArticleNumber>
    <ArticleShortText>sample string 5</ArticleShortText>
    <ArticleUnit>sample string 7</ArticleUnit>
    <AverageBuyPrice>1</AverageBuyPrice>
    <BuyPrice>1</BuyPrice>
    <EvaluationPrice>1</EvaluationPrice>
    <IRack>sample string 9</IRack>
    <IRackCase>sample string 10</IRackCase>
    <IRow>sample string 8</IRow>
    <ImportTotal>1.1</ImportTotal>
    <LastBuyPrice>1</LastBuyPrice>
    <ListPrice>1</ListPrice>
    <MainWarehouseId>1</MainWarehouseId>
    <Rack>sample string 12</Rack>
    <RackCase>sample string 13</RackCase>
    <Row>sample string 11</Row>
    <StockDifference>1.1</StockDifference>
    <StockIsCars>1.1</StockIsCars>
    <StockIsTotal>1.1</StockIsTotal>
    <StockIsWarehouse>1.1</StockIsWarehouse>
    <StockShould>1.1</StockShould>
    <SubTotals xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringNullableOfdoubleU6ho3Bhd>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>1.1</d3p1:Value>
      </d3p1:KeyValueOfstringNullableOfdoubleU6ho3Bhd>
      <d3p1:KeyValueOfstringNullableOfdoubleU6ho3Bhd>
        <d3p1:Key>sample string 2</d3p1:Key>
        <d3p1:Value>1.1</d3p1:Value>
      </d3p1:KeyValueOfstringNullableOfdoubleU6ho3Bhd>
    </SubTotals>
    <WarehouseId>1</WarehouseId>
    <WarehouseName>sample string 2</WarehouseName>
  </TotalEntry>
</ArrayOfTotalEntry>