info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/ProductionOrders/{productionOrderIdentifier}/Store
Description

Places the finished goods of a production order in storage.

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

Request

URI Parameters

productionOrderIdentifier
string
Required

Body Parameters

Model: ProductionStock
Date
date
Erforderlich
Date and time of storage

ProductionOrderIdentifier
string
ID of the production order

WarehouseList
Erforderlich
List of information on the desired storage
Request Formats
application/json
Example:
    {
  "Date": "2026-03-23T17:48:21.9978485+01:00",
  "ProductionOrderIdentifier": "sample string 2",
  "WarehouseList": [
    {
      "ProductionArticleIdentifier": 1,
      "Quantity": 2.1,
      "Warehouse": "sample string 3",
      "StoragePlaceIdentifier": 4,
      "SerialNumber": "sample string 5",
      "ExpirationDate": "2026-03-23T17:48:21.9978485+01:00",
      "TargetWarehouse": "sample string 6",
      "TargetStoragePlaceIdentifier": 7,
      "PriceQuantity": 8.1
    },
    {
      "ProductionArticleIdentifier": 1,
      "Quantity": 2.1,
      "Warehouse": "sample string 3",
      "StoragePlaceIdentifier": 4,
      "SerialNumber": "sample string 5",
      "ExpirationDate": "2026-03-23T17:48:21.9978485+01:00",
      "TargetWarehouse": "sample string 6",
      "TargetStoragePlaceIdentifier": 7,
      "PriceQuantity": 8.1
    }
  ]
}

Response

Resource Description

None.