Method: accounts.locations.transfer
将营业地点从用户名下的一个账号移至另一个由同一用户管理的账号。该用户必须是相应营业地点当前关联的账号的所有者,并且还必须至少是目标账号的管理员。返回营业地点及其新资源名称。
HTTP 请求
POST https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*}:transfer
网址采用 gRPC 转码语法。
路径参数
参数 |
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 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-09。
[null,null,["最后更新时间 (UTC):2024-11-09。"],[[["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."]]],[]]