Yeni bir müşteri hesabı oluşturduktan sonra, bir kullanıcının temel hazırlığını yönetici olarak yapmanız gerekir. Müşterinin yöneticisi, hesabı etkinleştirmek için Yönetici Konsolu'nda oturum açmalı ve Bayi aracılığıyla G Suite sözleşmesini imzalamalıdır. Bayilerin, G Suite sözleşmesini müşteri adına imzalamaları yasaktır. Daha fazla bilgi için yeni müşteri hesabı sipariş etme başlıklı makaleyi inceleyin.
HTTP isteği
POST https://reseller.googleapis.com/apps/reseller/v1/customers
Doğrudan bir müşterinin aboneliğini veya başka bir bayi müşterinin aboneliğini bayi yönetiminize aktaran bir yeniden satış yapılan hesap oluştururken customerAuthToken sorgu dizesi gerekir. Bu, abonelik aktarımını tamamlamak için gereken on altılı kimlik doğrulama jetonudur. Daha fazla bilgi edinmek için yönetici yardım merkezine göz atın.
İstek içeriği
İstek metni, Customer öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılı olursa yanıt gövdesi, yeni oluşturulmuş bir Customer örneğini içerir.
[[["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: 2024-08-29 UTC."],[[["Orders a new customer account, potentially transferring an existing subscription if the customer already has a Google account."],["Before ordering, check if the customer account exists to handle existing accounts correctly."],["After creation, an administrator must be provisioned for the new customer account and sign the G Suite Reseller Agreement."],["Uses the `customers.get` method to check for existing customer accounts and the `customerAuthToken` for transferring subscriptions."],["Requires authorization with the `https://www.googleapis.com/auth/apps.order` scope."]]],[]]