Method: customers.insert
訂購新客戶的帳戶。
訂購新客戶前,請先使用 customers.get
確認該客戶帳戶是否已存在
如果客戶的帳戶是直接 Google 帳戶,或者是其他經銷商的經銷商客戶帳戶,請按照為現有客戶訂購經銷商帳戶一文中的 customerAuthToken\
。如要進一步瞭解如何訂購新客戶的帳戶,請參閱「訂購新客戶帳戶」。
建立新的客戶帳戶後,您必須佈建使用者為管理員。客戶的管理員必須登入管理控制台並簽署《透過經銷商購買 G Suite 協議》,才能啟用帳戶。經銷商不得代表客戶透過經銷商簽訂 G Suite 協議。如需更多資訊,請參閱訂購新客戶帳戶。
HTTP 要求
POST https://reseller.googleapis.com/apps/reseller/v1/customers
這個網址使用 gRPC 轉碼語法。
查詢參數
參數 |
customerAuthToken |
string
建立經銷商帳戶時,您必須輸入 customerAuthToken 查詢字串,才能將直接客戶的訂閱轉移給經銷商管理。這是完成訂閱項目轉移所需的十六進位驗證權杖。如需更多資訊,請參閱管理員說明中心。
|
要求主體
要求主體包含 Customer
的例項。
回應主體
如果成功,回應主體會包含新建立的 Customer
例項。
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/apps.order
詳情請參閱授權指南。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-29 (世界標準時間)。
[null,null,["上次更新時間:2024-08-29 (世界標準時間)。"],[[["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."]]],[]]