info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/ProductionOrders/{productionOrderIdentifier}/ProductionSteps/{productionStepIdentifier}/WorkingHours
Description

Records the start and/or end time of an employee for a work step

  • The right ‘Lesen’ is required for the data ‘Fertigungsauftrag’.

Request

URI Parameters

productionOrderIdentifier
string
Required

productionStepIdentifier
string
Required

Body Parameters

Model: ProductionWorkingHours
RecordId
integer
Nur lesen
Database field [PRODUCTION_TIMES_EMPLOYEES].[PRODUCTION_TIMES_EMPLOYEES_ID]

EmployeeNumber
string
Länge: einschließlich zwischen 0 und 6
Database field: [PRODUCTION_TIMES_ EMPLOYEES].[Employees]

EndTime
date
Database field: [PRODUCTION_TIMES_ EMPLOYEES].[EndTime]

ProductionStepId
string
Länge: einschließlich zwischen 0 und 10
Database field: [PRODUCTION_TIMES_ EMPLOYEES].[Production_step_ID]

StartTime
date
Database field: [PRODUCTION_TIMES_ EMPLOYEES].[StartTime]

MetaData
Nur lesen
Record information, e.g. creation date, processing date
Request Formats
application/json
Example:
    {
  "RecordId": 1,
  "EmployeeNumber": "sample string 2",
  "EndTime": "2024-12-27T02:05:28.6115331+01:00",
  "ProductionStepId": "sample string 3",
  "StartTime": "2024-12-27T02:05:28.6115331+01:00",
  "MetaData": {
    "CreationDate": null,
    "CreationUserToken": null,
    "ModificationDate": null,
    "ModificationUserToken": null
  }
}

Response

Resource Description

None.