/Inventories/{number}/Warehouses
Description
Returns all storages, count lists, number of items and number of recorded items for a stocktaking. Outputs all items for an inventory and a storage bin. Incl. item description and actual stock
- The right ‘Bearbeiten’ is required for the data ‘Inventur’.
Request
URI Parameters
number
string
Required
Status
string
Filters the list according to the status
Page
integer
Page number for paging | Default: 0
Items
integer
Sets the number of entries per page | Default: 10 | All: 0
SearchTerm
string
Filter for words
SearchIn
string
Properties in which to search. The separator between these properties is "|".
OrderBy
string
Properties to be sorted by. An exclamation mark ! at the end indicates downward sorting. To sort by several properties, they must be separated by a "|".
Filter
string
A filter can be defined to limit the result set. For example: (Property EQ Value OR Property2 GT Value2) AND (Property3 CT 'String') See the description for the FilterQueryLanguage for more information.
Body Parameters
None.
Response
Resource Description
Id
integer
Read only
Die Id der Lagerplatzes
Warehouse
string
Length: including between 0 and 10
Read only
Storage
WarehouseName
string
Read only
Storage name
CheckList
integer
Read only
Count list
ArticleCount
integer
Read only
Artikelanzahl
ArticleAcquired
integer
Read only
Erfasste Artikel
Response Formats
application/json
Example:
[
{
"Id": 1,
"Warehouse": "sample string 2",
"WarehouseName": "sample string 3",
"CheckList": 4,
"ArticleCount": 5,
"ArticleAcquired": 6
},
{
"Id": 1,
"Warehouse": "sample string 2",
"WarehouseName": "sample string 3",
"CheckList": 4,
"ArticleCount": 5,
"ArticleAcquired": 6
}
]