offerShiftRequest 资源类型

命名空间:microsoft.graph

表示向团队中的其他用户提供班次的请求。

方法

方法 返回类型 Description
List offerShiftRequest 集合 读取团队中所有 offerShiftRequest 对象的属性和关系。
创建 offerShiftRequest 创建 offerShiftRequest 对象的实例。
Get offerShiftRequest 读取 offerShiftRequest 对象的属性和关系。
批准 批准 offerShiftRequest
下降 拒绝 offerShiftRequest

属性

属性 类型 说明
recipientActionDateTime DateTimeOffset 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
recipientActionMessage String 由产品/服务转移请求的收件人发送的自定义消息。
recipientUserId String 产品/服务转移请求收件人的用户 ID。
senderShiftId String 产品/服务转移请求发送方的用户 ID。

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

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