ProductionEntryList Data Type

Properties
name data type description
entries array of ProductionEntry

Example

{
  "entries" : [ {
    "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" : { },
      "referenceNumber" : "...",
      "index" : "...",
      "hasSerialnr" : true,
      "hasChargenr" : true,
      "producerInfoEntry" : { },
      "packagingEntries" : { },
      "packagingAmount" : 12345.0,
      "batchSize" : 12345.0,
      "packagingAverageAmount" : 12345.0,
      "stockplaceInfoEntries" : { },
      "documentInfoEntries" : { },
      "itemCommentMediaInfoEntries" : { },
      "id" : 12345
    },
    "customer" : {
      "name1" : "...",
      "name2" : "...",
      "sign" : "...",
      "countryCode" : "...",
      "zipcode" : "...",
      "phone" : "...",
      "city" : "...",
      "deliveryAllowed" : true,
      "classification" : "...",
      "addressType" : "...",
      "representativeSign" : "...",
      "id" : 12345
    },
    "additionalStatuses" : {
      "entries" : [ { }, { } ]
    },
    "status" : "EDITED",
    "partlistId" : 12345,
    "worksteps" : {
      "entries" : [ { }, { } ]
    },
    "targetMaterials" : {
      "entries" : [ { }, { } ]
    },
    "deliveredAmount" : 12345.0,
    "productionWorksteps" : {
      "entries" : [ { }, { } ]
    },
    "targetStockId" : 12345,
    "customerName" : "...",
    "itemDescription" : "...",
    "itemDescription2" : "...",
    "documentInfoEntries" : {
      "entries" : [ { }, { } ]
    },
    "itemCommentMediaInfoEntries" : {
      "entries" : [ { }, { } ]
    },
    "itemCnr" : "...",
    "orderCnr" : "...",
    "manufactoringPlace" : "...",
    "testPlanEntries" : {
      "entries" : [ { }, { } ]
    },
    "id" : 12345
  }, {
    "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" : { },
      "referenceNumber" : "...",
      "index" : "...",
      "hasSerialnr" : true,
      "hasChargenr" : true,
      "producerInfoEntry" : { },
      "packagingEntries" : { },
      "packagingAmount" : 12345.0,
      "batchSize" : 12345.0,
      "packagingAverageAmount" : 12345.0,
      "stockplaceInfoEntries" : { },
      "documentInfoEntries" : { },
      "itemCommentMediaInfoEntries" : { },
      "id" : 12345
    },
    "customer" : {
      "name1" : "...",
      "name2" : "...",
      "sign" : "...",
      "countryCode" : "...",
      "zipcode" : "...",
      "phone" : "...",
      "city" : "...",
      "deliveryAllowed" : true,
      "classification" : "...",
      "addressType" : "...",
      "representativeSign" : "...",
      "id" : 12345
    },
    "additionalStatuses" : {
      "entries" : [ { }, { } ]
    },
    "status" : "NOTINITIALIZED",
    "partlistId" : 12345,
    "worksteps" : {
      "entries" : [ { }, { } ]
    },
    "targetMaterials" : {
      "entries" : [ { }, { } ]
    },
    "deliveredAmount" : 12345.0,
    "productionWorksteps" : {
      "entries" : [ { }, { } ]
    },
    "targetStockId" : 12345,
    "customerName" : "...",
    "itemDescription" : "...",
    "itemDescription2" : "...",
    "documentInfoEntries" : {
      "entries" : [ { }, { } ]
    },
    "itemCommentMediaInfoEntries" : {
      "entries" : [ { }, { } ]
    },
    "itemCnr" : "...",
    "orderCnr" : "...",
    "manufactoringPlace" : "...",
    "testPlanEntries" : {
      "entries" : [ { }, { } ]
    },
    "id" : 12345
  } ]
}