timeCardBreak resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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.

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
}