Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 2.06 KB

swapshiftschangerequest.md

File metadata and controls

66 lines (48 loc) · 2.06 KB
title description ms.localizationpriority author ms.subservice doc_type
swapShiftsChangeRequest resource type
Represents type of shift request to swap a shift with another user in the team.
medium
akumar39
teams
resourcePageType

swapShiftsChangeRequest resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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

Methods

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

Properties

Property Type Description
recipientShiftId String Shift ID for the recipient user with whom the request is to swap.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "recipientShiftId": "String"
}