PrintProductionEntry Data Type

Properties
name data type constraints description
printProductionpaper boolean required Wurde der Fertigungsbegleitschein gedruckt?
printAnalysissheet boolean required Wurde die Ausgabeliste gedruckt?
Properties inherited from BaseEntryId
id number   Die eindeutige Id des Eintrags

Example

{
  "printProductionpaper" : true,
  "printAnalysissheet" : true,
  "id" : 12345
}