| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a specific timeCard break.
| 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. |
None.
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
}