TodoEntryList Data Type

Properties
name data type constraints description
entries array of TodoEntry   Die (leere) Liste aller Todoeinträge
rowCount number required
serverId number  
barcodeLength number  
barcodeLengthOrderRelated number  
hvmaEnums array of HvmaRechtEnum  
hvmaParams array of HvmaParamEntry  
judgeEnums array of JudgeEnum  

Example

{
  "entries" : [ {
    "type" : "PROJECT",
    "cnr" : "...",
    "partnerName" : "...",
    "title" : "...",
    "dueDateMs" : 12345,
    "comment" : "...",
    "details" : {
      "entries" : [ { }, { } ],
      "rowCount" : 12345
    },
    "manufacturingPlace" : "...",
    "startDateMs" : 12345,
    "orderCnr" : "...",
    "documents" : {
      "rowCount" : 12345,
      "entries" : [ { }, { } ]
    },
    "formattedDeliveryAddress" : "...",
    "id" : 12345
  }, {
    "type" : "PROJECT",
    "cnr" : "...",
    "partnerName" : "...",
    "title" : "...",
    "dueDateMs" : 12345,
    "comment" : "...",
    "details" : {
      "entries" : [ { }, { } ],
      "rowCount" : 12345
    },
    "manufacturingPlace" : "...",
    "startDateMs" : 12345,
    "orderCnr" : "...",
    "documents" : {
      "rowCount" : 12345,
      "entries" : [ { }, { } ]
    },
    "formattedDeliveryAddress" : "...",
    "id" : 12345
  } ],
  "rowCount" : 12345,
  "serverId" : 12345,
  "barcodeLength" : 12345,
  "barcodeLengthOrderRelated" : 12345,
  "hvmaEnums" : [ "Lieferung", "Lieferung" ],
  "hvmaParams" : [ {
    "category" : "...",
    "value" : "...",
    "cnr" : "..."
  }, {
    "category" : "...",
    "value" : "...",
    "cnr" : "..."
  } ],
  "judgeEnums" : [ "PrintMonthlyReport", "PrintMonthlyReport" ]
}