bookingCustomer 资源类型
命名空间:microsoft.graph
继承自 bookingCustomerBase。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出客户 | bookingCustomer 集合 | 获取 bookingCustomer 对象 的列表。 |
| 创建 bookingCustomer | bookingCustomer | 创建新的 bookingCustomer 对象。 |
| 获取 bookingCustomer | bookingCustomer | 读取 bookingCustomer 对象的属性和关系。 |
| 更新 | bookingCustomer | 更新 bookingCustomer 对象。 |
| 删除 | 无 | 删除 bookingCustomer 对象。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| displayName | String | 客户的名称。 |
| emailAddress | String | 客户的 SMTP 地址。 |
| id | String | 客户的 ID。 只读。 |
| 地址 | physicalAddress 集合 | 与客户关联的地址。 physicalAddress 的属性类型在 v1.0 中不受支持。 在内部,我们将地址映射到类型 others 。 |
| phones | phone collection | 电话客户关联的电话号码,包括家庭号码、商务号码和移动电话号码。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"displayName": "String",
"emailAddress": "String",
"id": "String (identifier)",
"addresses": [
{
"@odata.type": "microsoft.graph.physicalAddress"
}
],
"phones": [
{
"@odata.type": "microsoft.graph.phone"
}
]
}
反馈
提交和查看相关反馈