timeCardEntry-Ressourcentyp

Namespace: microsoft.graph

Wichtig

APIs unter der /beta Version in Microsoft Graph können geändert werden. Die Verwendung dieser APIs in Produktionsanwendungen wird nicht unterstützt. Um festzustellen, ob eine API in Version 1.0 verfügbar ist, verwenden Sie die Versionsauswahl .

Stellt einen bestimmten timeCard-Eintrag dar.

Eigenschaften

Eigenschaft Typ Beschreibung
clockInEvent timeCardEvent The clock-in event of the timeCard.
clockOutEvent timeCardEvent Das TimeCard-Ausstempelereignis.
Bricht timeCardBreak-Sammlung Die Liste der Mit timeCard verknüpften Unterbrechungen.

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
   "clockInEvent": { "@odata.type":"microsoft.graph.timeCardEvent" },
   "clockOutEvent": { "@odata.type":"microsoft.graph.timeCardEvent" },
   "breaks":[
      {
         "breakId":"string",
         "notes":{
             "content": "string",
             "contentType": "text"
          },
         "start":{
            "dateTime":"String (timestamp)",
            "atApprovedLocation":true,
            "notes":{
                 "content": "string",
                 "contentType": "text"
            },
         },
         "end":null
      }
   ]
}