Method: locations.transfer

將營業地點從使用者擁有的帳戶移至同一使用者管理的另一個帳戶。使用者必須是該營業地點目前所關聯帳戶的擁有者,且至少需是目標帳戶管理員。

HTTP 要求

POST https://mybusinessaccountmanagement.googleapis.com/v1/{name=locations/*}:transfer

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
name

string

必要欄位。要轉移的地點名稱。locations/{locationId}

要求主體

要求主體的資料會採用以下結構:

JSON 表示法
{
  "destinationAccount": string
}
欄位
destinationAccount

string

必要欄位。要接收位置的帳戶資源名稱 (例如「accounts/{account}」)。

回應主體

如果成功,回應主體會是空白的。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/business.manage

詳情請參閱 OAuth 2.0 總覽