ProjectEntry Data Type

Properties
name data type constraints description
cnr string  
customerName string  
category string  
title string  
customerPartnerId number  
customerAddress string  
priority number  
deadlineMs number required
internalDone boolean  
internalComment string  
statusCnr string  
Properties inherited from BaseEntryId
id number   Die eindeutige Id des Eintrags

Example

{
  "cnr" : "...",
  "customerName" : "...",
  "category" : "...",
  "title" : "...",
  "customerPartnerId" : 12345,
  "customerAddress" : "...",
  "priority" : 12345,
  "deadlineMs" : 12345,
  "internalDone" : true,
  "internalComment" : "...",
  "statusCnr" : "...",
  "id" : 12345
}