info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/ProductionOrders/{productionOrderIdentifier}/ProductionSteps/{productionStepIdentifier}/Articles/{articleId}/StorageInformation
Description

Returns storage information for a specific item of a production order.

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

Request

URI Parameters

productionOrderIdentifier
string
Required

productionStepIdentifier
string
Required

articleId
string
Required

StorageAction
Erforderlich
The storage action for which the information is to be retrieved

Body Parameters

None.

Response

Resource Description

Model: ProductionArticleStorageInformation
QuantityUnit
string
Nur lesen
Database field: [SL_fnGetTotalAndStoredQuantity].[QuantityUnit]

StoredQuantity
decimal number
Nur lesen
Database field: [SL_fnGetTotalAndStoredStorageQuantity].[StoredActual]

TotalQuantity
decimal number
Nur lesen
Database field: [SL_fnGetTotalAndStoredQuantity].[StoredTarget]

Response Formats
application/json
Example:
    {
  "QuantityUnit": "sample string 1",
  "StoredQuantity": 2.1,
  "TotalQuantity": 3.1
}