/ProductionControl/{identifier}/Interrupt
Description
Interrupts all work packages that are running on an operating resource.
- The right ‘Produktionsaufträge planen’ is required for the function ‘Produktionsaufträge’.
Request
URI Parameters
identifier
string
Required
ID des Betriebsmittels
Body Parameters
InterruptionStart
date
Hier beginnt der Zeitraum der Unterbrechung.
InterruptionEnd
date
Hier endet der Zeitraum der Unterbrechung.
Simulation
boolean
Ob nur simuliert werden soll.
Request Formats
application/json
Example:
{
"InterruptionStart": "2025-10-16T18:35:22.8601926+02:00",
"InterruptionEnd": "2025-10-16T18:35:22.8601926+02:00",
"Simulation": true
}
Response
Resource Description
None.