ProductionEntry Data Type

Properties
name data type description
cnr string
amount number
orderOrItemCnr string
startDateMs number
endDateMs number
project string
comment string
itemEntry ItemV1Entry
customer CustomerEntry
additionalStatuses ProductionAdditionalStatusEntryList
status ProductionStatus
partlistId number
worksteps PartlistWorkstepEntryList
targetMaterials ProductionTargetMaterialEntryList
deliveredAmount number
productionWorksteps ProductionWorkstepEntryList
targetStockId number
customerName string
itemDescription string
itemDescription2 string
documentInfoEntries DocumentInfoEntryList
itemCommentMediaInfoEntries ItemCommentMediaInfoEntryList
itemCnr string
orderCnr string
manufactoringPlace string
testPlanEntries TestPlanEntryList
Properties inherited from BaseEntryId
id number Die eindeutige Id des Eintrags

Example

{
  "cnr" : "...",
  "amount" : 12345.0,
  "orderOrItemCnr" : "...",
  "startDateMs" : 12345,
  "endDateMs" : 12345,
  "project" : "...",
  "comment" : "...",
  "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
  },
  "customer" : {
    "name1" : "...",
    "name2" : "...",
    "sign" : "...",
    "countryCode" : "...",
    "zipcode" : "...",
    "phone" : "...",
    "city" : "...",
    "deliveryAllowed" : true,
    "classification" : "...",
    "addressType" : "...",
    "representativeSign" : "...",
    "id" : 12345
  },
  "additionalStatuses" : {
    "entries" : [ {
      "status" : "...",
      "dateMs" : 12345
    }, {
      "status" : "...",
      "dateMs" : 12345
    } ]
  },
  "status" : "INPRODUCTION",
  "partlistId" : 12345,
  "worksteps" : {
    "entries" : [ {
      "workstepNumber" : 12345,
      "setupTimeMs" : 12345,
      "jobTimeMs" : 12345,
      "comment" : "...",
      "itemEntry" : { },
      "machineId" : 12345,
      "text" : "...",
      "workstepType" : "...",
      "workplanComment" : "...",
      "id" : 12345
    }, {
      "workstepNumber" : 12345,
      "setupTimeMs" : 12345,
      "jobTimeMs" : 12345,
      "comment" : "...",
      "itemEntry" : { },
      "machineId" : 12345,
      "text" : "...",
      "workstepType" : "...",
      "workplanComment" : "...",
      "id" : 12345
    } ]
  },
  "targetMaterials" : {
    "entries" : [ {
      "productionId" : 12345,
      "amount" : 12345.0,
      "unitCnr" : "...",
      "position" : "...",
      "comment" : "...",
      "price" : 12345.0,
      "iSort" : 12345,
      "itemEntry" : { },
      "amountIssued" : 12345.0,
      "mountingMethodId" : 12345,
      "belatedWithdrawn" : true,
      "id" : 12345
    }, {
      "productionId" : 12345,
      "amount" : 12345.0,
      "unitCnr" : "...",
      "position" : "...",
      "comment" : "...",
      "price" : 12345.0,
      "iSort" : 12345,
      "itemEntry" : { },
      "amountIssued" : 12345.0,
      "mountingMethodId" : 12345,
      "belatedWithdrawn" : true,
      "id" : 12345
    } ]
  },
  "deliveredAmount" : 12345.0,
  "productionWorksteps" : {
    "entries" : [ {
      "workstepNumber" : 12345,
      "setupTimeMs" : 12345,
      "jobTimeMs" : 12345,
      "comment" : "...",
      "itemEntry" : { },
      "machineId" : 12345,
      "text" : "...",
      "workstepType" : "...",
      "hasFinished" : true,
      "duration" : 12345.0,
      "id" : 12345
    }, {
      "workstepNumber" : 12345,
      "setupTimeMs" : 12345,
      "jobTimeMs" : 12345,
      "comment" : "...",
      "itemEntry" : { },
      "machineId" : 12345,
      "text" : "...",
      "workstepType" : "...",
      "hasFinished" : true,
      "duration" : 12345.0,
      "id" : 12345
    } ]
  },
  "targetStockId" : 12345,
  "customerName" : "...",
  "itemDescription" : "...",
  "itemDescription2" : "...",
  "documentInfoEntries" : {
    "entries" : [ {
      "name" : "...",
      "filename" : "...",
      "size" : 12345,
      "cnr" : "..."
    }, {
      "name" : "...",
      "filename" : "...",
      "size" : 12345,
      "cnr" : "..."
    } ]
  },
  "itemCommentMediaInfoEntries" : {
    "entries" : [ {
      "mimeType" : "IMAGEPNG",
      "iSort" : 12345,
      "commentType" : "...",
      "filename" : "...",
      "size" : 12345,
      "commentTypeDescription" : "...",
      "content" : "...",
      "id" : 12345
    }, {
      "mimeType" : "TEXTHTML",
      "iSort" : 12345,
      "commentType" : "...",
      "filename" : "...",
      "size" : 12345,
      "commentTypeDescription" : "...",
      "content" : "...",
      "id" : 12345
    } ]
  },
  "itemCnr" : "...",
  "orderCnr" : "...",
  "manufactoringPlace" : "...",
  "testPlanEntries" : {
    "entries" : [ {
      "testType" : "MULTIPLE_CRIMP_WITH_ISOLATION",
      "productionId" : 12345,
      "sortOrder" : 12345,
      "description" : "...",
      "comment" : "...",
      "id" : 12345
    }, {
      "testType" : "CRIMP_WITH_ISOLATION",
      "productionId" : 12345,
      "sortOrder" : 12345,
      "description" : "...",
      "comment" : "...",
      "id" : 12345
    } ]
  },
  "id" : 12345
}