Method: accounts.notificationsubscriptions.create
Bir işletme için bildirim aboneliği oluşturur. Bağımsız veya alt hesaplarda işletme kendi aboneliğini oluşturabilir. MCA'lar için işletme, tüm yönetilen hesaplar veya belirli bir alt hesap için abonelik oluşturabilir.
Aşağıdaki bildirim aboneliği türlerinin birlikte var olmasına izin vereceğiz (her etkinlik türü için abone olarak işletme başına):
Tüm yönetilen hesaplar için abonelik + kendi hesabı için abonelik.
Yönetilen hesaplar için birden fazla "kısmi" abonelik ve kendi hesabınıza abonelik.
Aşağıdakilere izin verilmez (her etkinlik türü için abone olarak işletme başına):
Birden fazla kendi kendine abonelik.
Birden fazla "tüm yönetilen hesaplar" aboneliği.
"Tüm yönetilen hesaplar" aboneliği ve aynı anda kısmi abonelikler.
Aynı hedef hesap için birden fazla kısmi abonelik.
HTTP isteği
POST https://merchantapi.googleapis.com/notifications/v1beta/{parent=accounts/*}/notificationsubscriptions
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
parent |
string
Zorunlu. Yeni bildirim aboneliğinin sahibi olan satıcı hesabı. Biçim: accounts/{account}
|
İstek içeriği
İstek metni, NotificationSubscription
öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılı olursa yanıt metni, yeni oluşturulmuş bir NotificationSubscription
örneği içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/content
Daha fazla bilgi için OAuth 2.0 Overview sayfasına 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: 2025-01-23 UTC.
[null,null,["Son güncelleme tarihi: 2025-01-23 UTC."],[[["This API creates notification subscriptions for businesses, allowing them to receive updates on various events."],["Businesses can create subscriptions for themselves, all managed accounts, or specific sub-accounts, with certain restrictions to avoid redundancy."],["The API requires a POST request to a specific URL with the merchant account ID and a request body containing the subscription details."],["A successful response will return the newly created notification subscription details."],["Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope."]]],["This describes how to create a notification subscription for a business via a `POST` request to `https://merchantapi.googleapis.com/notifications/v1beta/{parent=accounts/*}/notificationsubscriptions`. The request uses a `parent` path parameter specifying the merchant account. The request and response bodies are `NotificationSubscription` instances. Subscriptions can be for self or managed accounts, with restrictions preventing multiple full or partial subscriptions of the same type. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]