bookingCustomerInformation リソースの種類
名前空間: microsoft.graph
予定の顧客プロパティを登録します。 予定には顧客情報の一覧が含まれており、各ユニットは、その予定に含まれる顧客のプロパティを示します。
bookingCustomerInformationBase から継承します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
customerId | String | この予定の BookingCustomer の ID。 予定の作成時に ID が指定されていない場合は、新しい bookingCustomer オブジェクトが作成されます。 設定したら、 customerId を不変と考える必要があります。 |
customQuestionAnswers | bookingQuestionAnswer コレクション | これは、予定の一部として顧客によって与えられたカスタムの質問と回答のリストで構成されます |
emailAddress | String | 予約を予約している BookingCustomer の SMTP アドレス |
location | location | 予定を予約する BookingCustomer の位置情報を表します。 |
name | String | 顧客の名前。 |
notes | String | この予定に関連付けられている顧客からのメモ。 値は、この BookingAppointment を ID で読み取る場合にのみ取得できます。 このプロパティは、新しい顧客との予定を最初に作成する場合にのみ設定できます。 その時点以降、値は customerId で表される顧客から計算されます。 |
phone | String | 顧客の電話番号。 |
timeZone | String | 顧客のタイム ゾーン。 使用可能な値の一覧については、「 dateTimeTimeZone」を参照してください。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.bookingCustomerInformation",
"customerId": "String",
"customQuestionAnswers": [
{
"@odata.type": "microsoft.graph.bookingQuestionAnswer"
}
],
"emailAddress": "String",
"location": {
"@odata.type": "microsoft.graph.location"
},
"name": "String",
"notes": "String",
"phone": "String",
"timeZone": "String"
}