swapShiftsChangeRequest resource type

Namespace: microsoft.graph

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 a 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 ShiftId 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"
}