Skip to content

Latest commit

 

History

History
72 lines (54 loc) · 2.34 KB

File metadata and controls

72 lines (54 loc) · 2.34 KB
title description ms.localizationpriority author ms.subservice doc_type
offerShiftRequest resource type
Represents type of shift request to offer a shift to another user in the team.
medium
akumar39
teams
resourcePageType

offerShiftRequest resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents type of shift request to offer a shift to another user in the team.

Methods

Method Return Type Description
Create offerShiftRequest Create an instance of an offerShiftRequest object.
Get offerShiftRequest Read properties and relationships of offerShiftRequest object.
List Collection of offerShiftRequest Read properties and relationships of all offerShiftRequest objects in a team.
Approve None Approve an offerShiftRequest.
Decline None Decline an offerShiftRequest.

Properties

Property Type Description
recipientActionDateTime DateTimeOffset The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
recipientActionMessage String Custom message sent by recipient of the offer shift request.
recipientUserId String User id of the recipient of the offer shift request.
senderShiftId String User id of the sender of the offer shift request.

Relationships

None

JSON representation

The following is a JSON representation of the resource.

{
  "recipientActionDateTime": "String (timestamp)",
  "recipientActionMessage": "String",
  "recipientUserId": "String",
  "senderShiftId": "String"
}