/ProductionControl/{type}/{identifier}/Header
Description
Provides the header information of a job.
- The right ‘Produktionsaufträge abfragen’ is required for the function ‘Produktionsaufträge’.
Request
URI Parameters
type
character
Required
identifier
string
Required
Body Parameters
None.
Response
Resource Description
Type
character
2 = Fertigungsauftrag, 1 = Auftrag, 0 = Werkauftrag
Identifier
string
ID des Auftrags
BatchSize
integer
Lot size
Category
string
Auftragstyp (z.B. Garten, Badezimmer, Schifffahrt, ...)
CustomerName
string
Customer name
Description
string
Beschreibungstext
EarliestStart
date
Frühester Starttermin
StartOfProduction
date
Start of manufacture
EndOfProduction
date
End of manufacture
DeliveryDate
date
Delivery deadline
PresetId
string
Produktionsvorlagen-ID
IsPlanned
boolean
Ob Planungsdaten vorliegen
IsPrioritized
boolean
Das "Priorisiert"-Flag
IsManual
boolean
Das "Manuell"-Flag
ProtocolEntries
Collection of ProtocolEntry
Zugehörige Protokolleinträge
Response Formats
application/json
Example:
{
"Type": "A",
"Identifier": "sample string 2",
"BatchSize": 1,
"Category": "sample string 3",
"CustomerName": "sample string 4",
"Description": "sample string 5",
"EarliestStart": "2025-12-05T16:07:57.6630243+01:00",
"StartOfProduction": "2025-12-05T16:07:57.6630243+01:00",
"EndOfProduction": "2025-12-05T16:07:57.6630243+01:00",
"DeliveryDate": "2025-12-05T16:07:57.6630243+01:00",
"PresetId": "sample string 6",
"IsPlanned": true,
"IsPrioritized": true,
"IsManual": true,
"ProtocolEntries": null
}
