info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/Warehouses/StoragePlaces/{storageNumber}
Description

Reads a storage bin using the bin number

  • The right ‘Lesen’ is required for the data ‘Lager’.

Request

URI Parameters

storageNumber
string
Required
Die Nummer des Lagerplatzes (bspw. 510,1,1,1).

considerName
boolean
Default value is: False
Sucht den Lagerplatz ebenfalls nach Bezeichnung.

Body Parameters

None.

Response

Resource Description

Es wird ein Lagerplatz Model zurückgeliefert.

Model: StoragePlace
RecordId
integer
Read only
Database field [STORAGEBIN].[STORAGEBIN_ID]

Article
string
Length: including between 0 and 18
Database field: [STORAGE PLACE].[Item number]

Dimension1
integer
Database field: [STORAGEBIN].[Dimension1]

Dimension2
integer
Database field: [STORAGEBIN].[Dimension2]

Dimension3
integer
Database field: [STORAGEPLACE].[Dimension3]

DimensionName1
string
Length: including between 0 and 30
Database field: [STORAGE].[DesignationDimension1]

DimensionName2
string
Length: including between 0 and 30
Database field: [STORAGE].[DesignationDimension2]

DimensionName3
string
Length: including between 0 and 30
Database field: [STORAGE].[DesignationDimension3]

Id
integer
Required
Database field: [CLIENT].[Id]

Name
string
Length: including between 0 and 40
Database field: [STORAGEPLACE].[Name]

StorageType
integer
Required
Database field: [STORAGE].[Storage type]

StorageTypeLabel
Read only
Database field: [STORAGE].[Storage type]

Warehouse
string
Required
Length: including between 0 and 10
Database field: [STORAGE PLACE].[storage]

Response Formats
application/json
Example:
    {
  "RecordId": 1,
  "Article": "sample string 2",
  "Dimension1": 1,
  "Dimension2": 1,
  "Dimension3": 1,
  "DimensionName1": "sample string 3",
  "DimensionName2": "sample string 4",
  "DimensionName3": "sample string 5",
  "Id": 1,
  "Name": "sample string 6",
  "StorageType": 0,
  "StorageTypeLabel": "DefaultStorage",
  "Warehouse": "sample string 8"
}