【问题标题】:Transfer a customer to your reseller account将客户转移到您的经销商帐户
【发布时间】:2021-07-02 22:52:20
【问题描述】:

我正在尝试将客户域转移到我的经销商帐户。 我已生成转移令牌
在下面的屏幕中,如果我提供域和转移令牌,我将创建一个包含所有详细信息的客户。

如何使用 API 执行此操作
https://developers.google.com/admin-sdk/reseller/reference/rest/v1/customers/insert
我正在尝试创建传递域和 authtoken,它显示资源已存在错误。

任何帮助将不胜感激

【问题讨论】:

  • 您不能两次订购同一个客户帐户。检查documentationBefore ordering a new customer account, establish whether the customer account already exists using thecustomers.get。为了帮助您,请描述您的场景以及您想要实现的目标,但您无法实现。
  • @fullfine,我的方案是将现有客户转移到我的经销商帐户。我必须使用 api 来完成
  • 如果资源已经存在,您已经转移了您的客户。现在,您需要转移订阅。查找有关它的更多信息:Transfer a customer to your reseller accountReseller API: Transfer a subscription
  • @fullfine,是的,我的问题是如何使用 API 转移客户

标签: google-api google-admin-sdk google-workspace google-api-java-client google-reseller-api


【解决方案1】:

要转移客户及其订阅,您必须使用方法customers.insertsubscriptions.insert。您可以在以下文档中找到更多信息:Transfer a subscriptionTransfer a customer to your account

【讨论】:

猜你喜欢
  • 1970-01-01
  • 2016-05-18
  • 1970-01-01
  • 1970-01-01
  • 2013-12-03
  • 1970-01-01
  • 1970-01-01
  • 2018-08-05
相关资源
最近更新 更多