大规模执行“渠道服务”控制台中提供的常用功能,例如下订单和查看客户信息
服务:reseller.googleapis.com
要调用此服务,我们建议您使用 Google 提供的客户端库。如果您的应用程序需要使用自己的库来调用此服务,请在发出 API 请求时使用以下信息。
发现文档
发现文档是用于说明和使用 REST API 的机器可读规范。它用于构建客户端库、IDE 插件以及与 Google API 交互的其他工具。一项服务可能会提供多个发现文档。此服务提供了以下发现文档:
服务端点
服务端点是指定 API 服务的网络地址的基本网址。一项服务可能有多个服务端点。此服务具有以下服务端点,下面的所有 URI 都与此服务端点相关:
https://reseller.googleapis.com
REST 资源:v1.customers
方法 | |
---|---|
get |
GET /apps/reseller/v1/customers/{customerId} 获取客户帐号。 |
insert |
POST /apps/reseller/v1/customers 订购新客户的帐号。 |
patch |
PATCH /apps/reseller/v1/customers/{customerId} 更新客户帐号的设置。 |
update |
PUT /apps/reseller/v1/customers/{customerId} 更新客户帐号的设置。 |
REST 资源:v1.resellernotify
方法 | |
---|---|
getwatchdetails |
GET /apps/reseller/v1/resellernotify/getwatchdetails 返回与转销商对应的手表的所有详细信息。 |
register |
POST /apps/reseller/v1/resellernotify/register 注册转销商以接收通知。 |
unregister |
POST /apps/reseller/v1/resellernotify/unregister 取消注册转销商以接收通知。 |
REST 资源:v1.subscriptions
方法 | |
---|---|
activate |
POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/activate 激活转销商之前暂停的订阅。 |
changePlan |
POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changePlan 更新订阅方案。 |
changeRenewalSettings |
POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changeRenewalSettings 更新用户许可的续订设置。 |
changeSeats |
POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changeSeats 更新订阅的用户许可设置。 |
delete |
DELETE /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId} 取消、暂停或将订阅转移至直接订阅。 |
get |
GET /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId} 获取特定订阅。 |
insert |
POST /apps/reseller/v1/customers/{customerId}/subscriptions 创建或转移订阅。 |
list |
GET /apps/reseller/v1/subscriptions 由转销商管理的订阅列表。 |
startPaidService |
POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/startPaidService 立即将 30 天的免费试用订阅转换为付费服务订阅。 |
suspend |
POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/suspend 暂停活跃的订阅。 |