/Warehouses
Description
Reads the stock list
- The right ‘Lesen’ is required for the data ‘Lager’.
Request
URI Parameters
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
Es wird eine Liste von Lagermodellen zurückgeliefert.
RecordId
integer
Nur lesen
Database field [STORAGE].[STORAGE_ID]
AdditionalInformation
string
Länge: einschließlich zwischen 0 und 40
Database field: [STORAGE].[Addition]
AutomaticFlag
integer
Database field: [STORAGE].[Automatic]
Counter
integer
Database field: [STORAGE].[CountList]
CustomDate1
date
Database field: [STORAGE].[FreeDate1]
CustomDate2
date
Database field: [STORAGE].[FreeDate2]
CustomIndicator1
boolean
Database field: [STORAGE].[FreeIndicator1]
CustomIndicator2
boolean
Database field: [STORAGE].[FreeIndicator2]
CustomIndicator3
boolean
Database field: [STORAGE].[FreeIndicator3]
CustomIndicator4
boolean
Database field: [STORAGE].[FreeIndicator4]
CustomNumber1
decimal number
Database field: [STORAGE].[FreeNumber1]
CustomNumber2
decimal number
Database field: [STORAGE].[FreeNumber2]
CustomNumber3
integer
Database field: [STORAGE].[FreeNumber3]
CustomNumber4
integer
Database field: [STORAGE].[FreeNumber4]
CustomText1
string
Länge: einschließlich zwischen 0 und 80
Database field: [STORAGE].[FreeText1]
CustomText2
string
Länge: einschließlich zwischen 0 und 80
Database field: [STORAGE].[FreeText2]
DimensionName1
string
Länge: einschließlich zwischen 0 und 30
Database field: [STORAGE].[DesignationDimension1]
DimensionName2
string
Länge: einschließlich zwischen 0 und 30
Database field: [STORAGE].[DesignationDimension2]
DimensionName3
string
Länge: einschließlich zwischen 0 und 30
Database field: [STORAGE].[DesignationDimension3]
HasArticleReference
boolean
Database field: [STORAGE].[ItemAssignment]
InactiveFlag
boolean
Erforderlich
Database field: [STORAGE].[Inactive]
Location
string
Länge: einschließlich zwischen 0 und 10
Database field: [STORAGE].[Location]
Name
string
Länge: einschließlich zwischen 0 und 40
Database field: [STORAGE].[Designation]
Number
string
Erforderlich
Länge: einschließlich zwischen 0 und 10
Database field: [STORAGE].[Storage]
OutsourcingLockFlag
boolean
Erforderlich
Database field: [STORAGE].[StorageRemovalBlock]
StorageBlockLockFlag
boolean
Erforderlich
Database field: [STORAGE].[StorageLock]
StorageMode
integer
Erforderlich
Database field: [STORAGE].[StorageType]
StorageModeLabel
Nur lesen
Database field: [STORAGE].[StorageType]
StorageType
integer
Erforderlich
Database field: [STORAGE].[Storage type]
StorageTypeLabel
Nur lesen
Database field: [STORAGE].[Storage type]
WarehouseLocation
string
Länge: einschließlich zwischen 0 und 10
Database field: [STORAGE].[StorageLocation]
MetaData
Nur lesen
Record information, e.g. creation date, processing date
Response Formats
application/json
Example:
[
{
"RecordId": 1,
"AdditionalInformation": "sample string 2",
"AutomaticFlag": 1,
"Counter": 1,
"CustomDate1": "2024-12-26T23:00:27.2373442+01:00",
"CustomDate2": "2024-12-26T23:00:27.2373442+01:00",
"CustomIndicator1": true,
"CustomIndicator2": true,
"CustomIndicator3": true,
"CustomIndicator4": true,
"CustomNumber1": 1.1,
"CustomNumber2": 1.1,
"CustomNumber3": 1,
"CustomNumber4": 1,
"CustomText1": "sample string 3",
"CustomText2": "sample string 4",
"DimensionName1": "sample string 5",
"DimensionName2": "sample string 6",
"DimensionName3": "sample string 7",
"HasArticleReference": true,
"InactiveFlag": true,
"Location": "sample string 9",
"Name": "sample string 10",
"Number": "sample string 11",
"OutsourcingLockFlag": true,
"StorageBlockLockFlag": true,
"StorageMode": 0,
"StorageModeLabel": "Default",
"StorageType": 0,
"StorageTypeLabel": "DefaultStorage",
"WarehouseLocation": "sample string 16",
"MetaData": {
"CreationDate": null,
"CreationUserToken": null,
"ModificationDate": null,
"ModificationUserToken": null
}
},
{
"RecordId": 1,
"AdditionalInformation": "sample string 2",
"AutomaticFlag": 1,
"Counter": 1,
"CustomDate1": "2024-12-26T23:00:27.2373442+01:00",
"CustomDate2": "2024-12-26T23:00:27.2373442+01:00",
"CustomIndicator1": true,
"CustomIndicator2": true,
"CustomIndicator3": true,
"CustomIndicator4": true,
"CustomNumber1": 1.1,
"CustomNumber2": 1.1,
"CustomNumber3": 1,
"CustomNumber4": 1,
"CustomText1": "sample string 3",
"CustomText2": "sample string 4",
"DimensionName1": "sample string 5",
"DimensionName2": "sample string 6",
"DimensionName3": "sample string 7",
"HasArticleReference": true,
"InactiveFlag": true,
"Location": "sample string 9",
"Name": "sample string 10",
"Number": "sample string 11",
"OutsourcingLockFlag": true,
"StorageBlockLockFlag": true,
"StorageMode": 0,
"StorageModeLabel": "Default",
"StorageType": 0,
"StorageTypeLabel": "DefaultStorage",
"WarehouseLocation": "sample string 16",
"MetaData": {
"CreationDate": null,
"CreationUserToken": null,
"ModificationDate": null,
"ModificationUserToken": null
}
}
]