Method: locations.transfer
ユーザーが所有するアカウントから同じユーザーが管理する別のアカウントにビジネスを移動します。ユーザーはビジネスが現在関連付けられているアカウントの所有者であり、少なくとも移行先のアカウントの管理者である必要があります。
HTTP リクエスト
POST https://mybusinessaccountmanagement.googleapis.com/v1/{name=locations/*}:transfer
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。移管するビジネスの名前。locations/{locationId} 。
|
リクエスト本文
リクエストの本文には、次の構造のデータが含まれます。
JSON 表現 |
{
"destinationAccount": string
} |
フィールド |
destinationAccount |
string
必須。ビジネスの移管先のアカウント リソースの名前(例: accounts/{account})。
|
レスポンスの本文
成功すると、レスポンスの本文は空になります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/business.manage
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-11 UTC。
[null,null,["最終更新日 2024-09-11 UTC。"],[[["Transfers a location between two accounts owned/managed by the same user, requiring ownership of the origin account and at least manager status on the destination account."],["Utilizes an HTTP POST request to `https://mybusinessaccountmanagement.googleapis.com/v1/{name=locations/*}:transfer`, specifying the location with `{locationId}` in the path."],["The request body must contain the `destinationAccount` field, indicating the target account's name in the format `\"accounts/{account}\"`."],["Upon successful transfer, the response body will be empty, confirming the location's move."],["Requires the `https://www.googleapis.com/auth/business.manage` OAuth scope for authorization."]]],[]]