Method: subscriptions.startPaidService
立即将 30 天的免费试用订阅转换为付费服务订阅。
只有在已针对 30 天试用订阅设置了付款方案的情况下,此方法才适用。如需了解详情,请参阅管理订阅。
HTTP 请求
POST https://reseller.googleapis.com/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/startPaidService
网址采用 gRPC 转码语法。
路径参数
参数 |
customerId |
string
这可以是客户的主域名或客户的唯一标识符。如果客户的域名发生变化,旧域名将无法使用旧域名访问客户,但客户的唯一标识符(由 API 返回)始终可用于访问。我们建议将唯一标识符存储在您的系统中(如适用)。
|
subscriptionId |
string
这是必需属性。subscriptionId 是订阅标识符,对每位客户而言都是唯一的。由于 subscriptionId 会在订阅更新时发生变化,因此我们建议不要将此 ID 用作持久性数据的键。还可以使用检索所有转销商订阅方法找到 subscriptionId 。
|
响应正文
如果成功,则响应正文包含一个 Subscription
实例。
授权范围
需要以下 OAuth 作用域:
https://www.googleapis.com/auth/apps.order
有关详情,请参阅授权指南。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-26。
[null,null,["最后更新时间 (UTC):2024-08-26。"],[[["Immediately converts a 30-day free trial subscription to a paid service subscription, requiring a pre-configured payment plan."],["Utilizes an HTTP POST request to `https://reseller.googleapis.com/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/startPaidService` for the conversion process."],["Requires `customerId` and `subscriptionId` as path parameters for identifying the customer and their subscription."],["The request body needs to be empty and a successful response returns a [Subscription](/admin-sdk/reseller/reference/rest/v1/subscriptions#Subscription) object."],["Needs authorization with the `https://www.googleapis.com/auth/apps.order` scope."]]],[]]