/Warehouses/{warehouseNumber}
Description
Reads a stock based on the stock number
- The right ‘Lesen’ is required for the data ‘Lager’.
Request
URI Parameters
warehouseNumber
string
Required
Die Nummer des Lagers.
considerName
boolean
Default value is: False
Sucht das Lager auch nach der Bezeichnung.
Body Parameters
None.
Response
Resource Description
Es wird ein LagerModel 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:08:40.1562164+01:00",
"CustomDate2": "2024-12-26T23:08:40.1562164+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
}
}