EmitProductionEntry Data Type

Properties
name data type constraints description
emitted boolean required Wurde das Los ausgegeben?
itemHints ItemHintEntryList   Eine List aller textbasierten Artikelhinweise
itemLocks ItemLockEntryList  
locked boolean required
missingPartsWarning boolean required
postMessage string  
requiredPositionHints string  
Properties inherited from BaseEntryId
id number   Die eindeutige Id des Eintrags

Example

{
  "emitted" : true,
  "itemHints" : {
    "entries" : [ {
      "content" : "...",
      "mimeType" : "APPPDF",
      "cnr" : "...",
      "id" : 12345
    }, {
      "content" : "...",
      "mimeType" : "TEXTHTML",
      "cnr" : "...",
      "id" : 12345
    } ]
  },
  "itemLocks" : {
    "entries" : [ {
      "cause" : "...",
      "lockId" : 12345,
      "locked" : true,
      "lockedProduction" : true,
      "lockedPartlist" : true,
      "lockedByProduction" : true,
      "description" : "...",
      "lockedSale" : true,
      "lockedPurchasing" : true,
      "id" : 12345
    }, {
      "cause" : "...",
      "lockId" : 12345,
      "locked" : true,
      "lockedProduction" : true,
      "lockedPartlist" : true,
      "lockedByProduction" : true,
      "description" : "...",
      "lockedSale" : true,
      "lockedPurchasing" : true,
      "id" : 12345
    } ]
  },
  "locked" : true,
  "missingPartsWarning" : true,
  "postMessage" : "...",
  "requiredPositionHints" : "...",
  "id" : 12345
}