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。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 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."]]],[]]