/ProductionOrders/{productionOrderIdentifier}/ProductionSteps/{productionStepIdentifier}/OperatingTimes
Beschreibung
Erfasst die Start- und/oder Endzeit zu einem Arbeitsschritt
- Es wird das Recht "Lesen" für die Daten "Fertigungsauftrag" benötigt.
Request
URI Parameters
productionOrderIdentifier
string
Erforderlich
productionStepIdentifier
string
Erforderlich
Body Parameters
RecordId
integer
Nur lesen
Datenbankfeld [PRODUKTION_ZEITEN_RESSOURCEN].[PRODUKTION_ZEITEN_RESSOURCEN_ID]
EndTime
date
Datenbankfeld: [PRODUKTION_ZEITEN_RESSOURCEN].[Endzeit]
ProductionStepId
string
Länge: einschließlich zwischen 0 und 10
Datenbankfeld: [PRODUKTION_ZEITEN_RESSOURCEN].[Produktionsschritt_ID]
ResourceIdentifier
string
Länge: einschließlich zwischen 0 und 10
Datenbankfeld: [PRODUKTION_ZEITEN_RESSOURCEN].[Ressourcen_ID]
StartTime
date
Datenbankfeld: [PRODUKTION_ZEITEN_RESSOURCEN].[Startzeit]
MetaData
Nur lesen
Datensatzinformationen u.a. Erstellungsdatum, Bearbeitungsdatum
Request Formats
application/json
Beispiel:
{
"RecordId": 1,
"EndTime": "2024-11-22T04:54:42.9679484+01:00",
"ProductionStepId": "sample string 2",
"ResourceIdentifier": "sample string 3",
"StartTime": "2024-11-22T04:54:42.9679484+01:00",
"MetaData": {
"CreationDate": null,
"CreationUserToken": null,
"ModificationDate": null,
"ModificationUserToken": null
}
}
Response
Resource Description
None.