/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
Date
date
Erforderlich
Date and time of storage
ProductionOrderIdentifier
string
ID of the production order
WarehouseList
Collection of ProductionStoreInformation
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.
