/ProductionOrders/{productionOrderIdentifier}/Outsource
Description
Removes the supplied consumer items of a production order from 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": "2024-12-27T02:05:28.6115331+01:00",
"ProductionOrderIdentifier": "sample string 2",
"WarehouseList": [
{
"ProductionArticleIdentifier": 1,
"Quantity": 2.1,
"Warehouse": "sample string 3",
"StoragePlaceIdentifier": 4,
"SerialNumber": "sample string 5",
"ExpirationDate": "2024-12-27T02:05:28.6115331+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": "2024-12-27T02:05:28.6115331+01:00",
"TargetWarehouse": "sample string 6",
"TargetStoragePlaceIdentifier": 7,
"PriceQuantity": 8.1
}
]
}
Response
Resource Description
None.