Google Business Performance API, tek bir API isteğinde birden fazla "GünlükMetrik" getirmeye olanak tanıyan
YENİ bir API yöntemine sahiptir.
Kullanımdan kaldırma planını ve v4 reportInsights API yönteminden Google Business Profile Performance API'ye geçiş talimatlarını inceleyin.
Method: accounts.locations.updateHealthProviderAttributes
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Belirli bir konumun Sağlık hizmeti sağlayıcısı özelliklerini günceller.
HTTP isteği
PATCH https://mybusiness.googleapis.com/v4/{healthProviderAttributes.name=accounts/*/locations/*/healthProviderAttributes}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
healthProviderAttributes.name |
string
Zorunlu. Bu konum için şu biçimdeki Google tanımlayıcısı: accounts/{accountId}/locations/{locationId}/healthProviderAttributes
|
Sorgu parametreleri
Parametreler |
updateMask |
string (FieldMask format)
İsteğe bağlı. Güncellenecek belirli alanlar. Maske belirtilmemişse bu durum tam güncelleme olarak değerlendirilir ve tüm alanlar iletilen değerlere ayarlanır. Bu da istekteki boş alanların ayarlarını kaldırma işlemini de içerebilir. V1'de güncellenecek yalnızca healthcareNetwork alanı vardır. Daha sonra daha fazla özellik desteklenecektir. Bu, tam nitelikli alan adlarının virgülle ayrılmış bir listesidir. Örnek: "user.displayName,photo" .
|
İstek içeriği
İstek metni, HealthProviderAttributes
öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılıysa yanıt metni, HealthProviderAttributes
öğesinin bir örneğini içerir.
Yetkilendirme Kapsamları
Aşağıdaki OAuth kapsamlarından birini gerektirir:
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
Daha fazla bilgi için OAuth 2.0'a Genel Bakış başlıklı makaleye bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2023-12-02 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2023-12-02 UTC."],[[["This document describes how to update the Health provider attributes for a specific location using the `PATCH` method."],["The request requires specifying the `healthProviderAttributes.name` in the path to identify the location and can include an optional `updateMask` query parameter for partial updates."],["The request body should contain the updated `HealthProviderAttributes` object and a successful response will return the updated `HealthProviderAttributes` object."],["Authorization requires either the `https://www.googleapis.com/auth/plus.business.manage` or `https://www.googleapis.com/auth/business.manage` scope."]]],[]]