ProductionTargetMaterialEntry Data Type

Properties
name data type description
productionId number
amount number
unitCnr string
position string
comment string
price number
iSort number
itemEntry ItemV1Entry
amountIssued number
mountingMethodId number
belatedWithdrawn boolean
Properties inherited from BaseEntryId
id number Die eindeutige Id des Eintrags

Example

{
  "productionId" : 12345,
  "amount" : 12345.0,
  "unitCnr" : "...",
  "position" : "...",
  "comment" : "...",
  "price" : 12345.0,
  "iSort" : 12345,
  "itemEntry" : {
    "cnr" : "...",
    "description" : "...",
    "description2" : "...",
    "name" : "...",
    "shortName" : "...",
    "stockAmount" : 12345.0,
    "costs" : 12345.0,
    "billOfMaterialType" : "...",
    "available" : true,
    "comments" : [ "...", "..." ],
    "hidden" : true,
    "unitCnr" : "...",
    "typeCnr" : "...",
    "itemgroupCnr" : "...",
    "itemclassCnr" : "...",
    "revision" : "...",
    "stockAmountInfo" : {
      "stockAmount" : 12345.0,
      "reservedAmount" : 12345.0,
      "missingAmount" : 12345.0,
      "availableAmount" : 12345.0
    },
    "referenceNumber" : "...",
    "index" : "...",
    "hasSerialnr" : true,
    "hasChargenr" : true,
    "producerInfoEntry" : {
      "producerId" : 12345,
      "itemCnr" : "...",
      "itemDescription" : "...",
      "barcodeLeadIn" : "...",
      "hasInfo" : true
    },
    "packagingEntries" : {
      "entries" : [ { }, { } ]
    },
    "packagingAmount" : 12345.0,
    "batchSize" : 12345.0,
    "packagingAverageAmount" : 12345.0,
    "stockplaceInfoEntries" : {
      "entries" : [ { }, { } ]
    },
    "documentInfoEntries" : {
      "entries" : [ { }, { } ]
    },
    "itemCommentMediaInfoEntries" : {
      "entries" : [ { }, { } ]
    },
    "id" : 12345
  },
  "amountIssued" : 12345.0,
  "mountingMethodId" : 12345,
  "belatedWithdrawn" : true,
  "id" : 12345
}