StaffEntry Data Type

Properties
name data type description
personalNr string
identityCnr string
shortMark string
name string
firstName string
Properties inherited from BaseEntryId
id number Die eindeutige Id des Eintrags

Example

{
  "personalNr" : "...",
  "identityCnr" : "...",
  "shortMark" : "...",
  "name" : "...",
  "firstName" : "...",
  "id" : 12345
}