bookingCustomer 资源类型

命名空间:microsoft.graph

表示 bookingBusiness 的客户。

继承自 bookingCustomerBase

方法

方法 返回类型 Description
List bookingCustomer 集合 获取 bookingCustomer 对象的列表。
创建 bookingCustomer 创建新的 bookingCustomer 对象。
Get bookingCustomer 读取 bookingCustomer 对象的属性和关系。
更新 bookingCustomer 更新 bookingCustomer 对象。
删除 None 删除 bookingCustomer 对象。

属性

属性 类型 说明
地址 physicalAddress 集合 与客户关联的地址。 v1.0 不支持 physicalAddress 的属性类型。 在内部,我们将地址映射到类型 others
createdDateTime DateTimeOffset 创建客户的日期、时间和时区。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
displayName String 客户的名称。
emailAddress String 客户的 SMTP 地址。
id String 客户的 ID。 此为只读属性。 继承自 bookingCustomerBase
lastUpdatedDateTime DateTimeOffset 客户上次更新的日期、时间和时区。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
phones phone collection 与客户关联的电话号码,包括家庭、企业和移动电话号码。

关系

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.bookingCustomer",
  "addresses": [{"@odata.type": "microsoft.graph.physicalAddress"}],
  "createdDateTime": "String (timestamp)",
  "displayName": "String",
  "emailAddress": "String",
  "id": "String (identifier)",
  "lastUpdatedDateTime": "String (timestamp)",
  "phones": [{"@odata.type": "microsoft.graph.phone"}]
}