Method: inventory.partners.merchants.services.patch
指定されたアグリゲータによって管理されている販売者の既存の Service
を更新して返します。
HTTP リクエスト
PATCH https://mapsbooking.googleapis.com/v1alpha/inventory/{service.name=partners/*/merchants/*/services/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
service.name |
string
サービス リソース名。partners/{partner_id}/merchants/{merchantId}/services/{serviceId} の形式です。
|
クエリ パラメータ
パラメータ |
updateMask |
string (FieldMask format)
更新する、サービスの特定のフィールド。 完全修飾フィールド名のカンマ区切りリストです。(例: "user.displayName,photo" )。
|
リクエストの本文
リクエストの本文には Service
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には Service
のインスタンスが含まれます。
認証スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/mapsbooking
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-07-10 UTC。
[null,null,["最終更新日 2024-07-10 UTC。"],[[["Updates an existing Service for a merchant managed by a specified aggregator."],["Uses an HTTP PATCH request to the specified URL with path and query parameters."],["Requires a request body containing the Service object with fields to update, and returns the updated Service object in the response."],["Needs authorization with the `https://www.googleapis.com/auth/mapsbooking` scope."]]],[]]