Skip to content

Latest commit

 

History

History
71 lines (59 loc) · 1.75 KB

File metadata and controls

71 lines (59 loc) · 1.75 KB
title timeCardBreak resource type
description Represents a specific timecard break.
author akumar39
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/25/2024

timeCardBreak resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a specific timeCard break.

Properties

Property Type Description
breakId Edm.string ID of the timeCardBreak.
start timeCardEvent The start event of the timeCardBreak.
end timeCardEvent The start event of the timeCardBreak.
notes itemBody Notes about the timeCardBreak.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "breakId":"string",
    "notes":{
        "content": "string",
        "contentType": "string"
    },
    "start":{
        "dateTime":"String (timestamp)",
        "atApprovedLocation":true,
        "notes":{
            "content": "string",
            "contentType": "text"
        },
    },
    "end":null
}