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 總覽