info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/ProductionOrders/StoredQuantities
Description

Returns the storage information for stored items of a production order and/or production step.

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

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

Model: StoreInformationOfProductionOrder
ArticleNumber
string
Read only
Database field: [SL_vStoredQuantitiesForProductionOrder].[Item Number]

ProductionArticleType
string
Read only
Database field: [MANUFACTUREITEM].[DetailType]

ProductionArticleTypeLabel
Read only
Database field: [MANUFACTUREITEM].[DetailType]

ProductionOrderIdentifier
string
Read only
Database field: [SL_vStoredQuantitiesForProductionOrder].[ManufactureOrderID]

ProductionStepIdentifier
string
Read only
Database field: [SL_vStoredQuantitiesForProductionOrder].[ProductionStepID]

QuantityUnit
string
Read only
Database field: [SL_vStoredQuantitiesForProductionOrder].[QuantityUnit]

StoredQuantity
decimal number
Read only
Database field: [SL_vStoredQuantitiesForProductionOrder].[StoredActual]

StoredQuantityPlaned
decimal number
Read only
Database field: [SL_vStoredQuantitiesForProductionOrder].[StoredTarget]

Response Formats
application/json
Example:
    {
  "ArticleNumber": "sample string 1",
  "ProductionArticleType": "sample string 2",
  "ProductionArticleTypeLabel": "Consumed",
  "ProductionOrderIdentifier": "sample string 3",
  "ProductionStepIdentifier": "sample string 4",
  "QuantityUnit": "sample string 5",
  "StoredQuantity": 6.1,
  "StoredQuantityPlaned": 7.1
}