Method: accounts.locations.transfer
ユーザーが所有するアカウントから同じユーザーが管理する別のアカウントにビジネスを移動します。このユーザーは、ビジネスが現在関連付けられているアカウントの所有者で、移動先のアカウントの管理者以上の権限も持っている必要があります。ビジネスとその新しいリソース名を返します。
HTTP リクエスト
POST https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*}:transfer
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
移管するビジネスの名前。
|
リクエスト本文
リクエストの本文には、次の構造のデータが含まれます。
JSON 表現 |
{
"toAccount": string
} |
フィールド |
toAccount |
string
ビジネスの移管先となるアカウント リソースの名前です(例: 「accounts/8675309」)。
|
レスポンスの本文
成功した場合、レスポンスの本文には Location
のインスタンスが含まれます。
認証スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-09 UTC。
[null,null,["最終更新日 2024-11-09 UTC。"],[[["This endpoint, now deprecated in favor of the Account Management API, enables transferring a location between accounts owned and administered by the same user."],["To transfer, a POST request is made to the specified URL, including the location's name as a path parameter and the destination account name in the request body."],["Successful execution results in a response containing the updated Location resource."],["Authorization necessitates the inclusion of specific OAuth scopes, such as `https://www.googleapis.com/auth/plus.business.manage` or `https://www.googleapis.com/auth/business.manage`."],["Users should transition to the designated Account Management API for location transfer functionality."]]],[]]