/ProductionControl/{type}/{identifier}/Schedule
Description
Schedules a single job.
- The right ‘Produktionsaufträge planen’ is required for the function ‘Produktionsaufträge’.
Request
URI Parameters
type
character
Required
identifier
string
Required
Body Parameters
DateTime
date
Planungstermin. Die Interprätation ist abhängig von der Planungsrichtung.
Standard: null (versuchen aus dem Auftrag abzuleiten)
Standard: null (versuchen aus dem Auftrag abzuleiten)
Direction
Planungsrichtung.
Standard: Vorwärts
Standard: Vorwärts
Prioritized
boolean
Auftrag priorisiert einplanen?
Standard: false
Standard: false
Recursive
boolean
Erforderliche Aufträge automatisch mit einplanen?
Standard: false
Standard: false
Simulation
boolean
Planung nur simulieren?
Standard: false
Standard: false
Request Formats
application/json
Example:
{
"DateTime": "2025-11-02T02:03:21.3005249+01:00",
"Direction": "Forward",
"Prioritized": true,
"Recursive": true,
"Simulation": true
}
Response
Resource Description
AffectedJobs
Collection of JobNumber
Welche Aufträge noch mit verarbeitet wurden.
DeliveryDate
date
Delivery deadline
EndOfProduction
date
End of manufacture
InitialJob
Nummer des Auftrags, der die Anfrage ausgelöst hat.
Simulation
boolean
Ob die Operation nur simuliert wurde.
StartOfProduction
date
Start of manufacture
Status
Statuscode der Planungsoperation.
ProtocolEntries
Collection of ProtocolEntry
Protokolleinträge, die während der Planung generiert wurden
Response Formats
application/json
Example:
{
"AffectedJobs": [
{
"Type": "A",
"Identifier": "sample string 2"
},
{
"Type": "A",
"Identifier": "sample string 2"
}
],
"DeliveryDate": "2025-11-02T02:03:21.3161363+01:00",
"EndOfProduction": "2025-11-02T02:03:21.3161363+01:00",
"InitialJob": {
"Type": "A",
"Identifier": "sample string 2"
},
"Simulation": true,
"StartOfProduction": "2025-11-02T02:03:21.3161363+01:00",
"Status": "None",
"ProtocolEntries": [
{
"Code": "ErrorArbeitspaketNotFound",
"Parameters": null,
"SourceOrderIdentifier": "sample string 1",
"SourceWrokStepIdentifier": "sample string 2"
},
{
"Code": "ErrorArbeitspaketNotFound",
"Parameters": null,
"SourceOrderIdentifier": "sample string 1",
"SourceWrokStepIdentifier": "sample string 2"
}
]
}
