Method: monetization.subscriptions.basePlans.offers.create
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
创建新的订阅优惠。只有自动续订的基础方案才能提供订阅优惠。在激活之前,优惠状态为“草稿”。
HTTP 请求
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers
网址采用 gRPC 转码语法。
路径参数
参数 |
packageName |
string
必需。应为其创建优惠的父级应用(软件包名称)。必须等于订阅资源上的 packageName 字段。
|
productId |
string
必需。应为其创建优惠的父级订阅 (ID)。必须等于 SubscriptionOffer 资源上的 productId 字段。
|
basePlanId |
string
必需。要为其创建优惠的父级基础方案 (ID)。必须等于 SubscriptionOffer 资源上的 basePlanId 字段。
|
查询参数
参数 |
offerId |
string
必需。用于优惠的 ID。有关此格式的要求,请参阅 SubscriptionOffer 资源上 offerId 字段的文档。
|
regionsVersion |
object (RegionsVersion )
必需。用于 subscriptionOffer 的可用地区的版本。
|
请求正文
请求正文包含一个 SubscriptionOffer
实例。
响应正文
如果成功,响应正文将包含一个新创建的 SubscriptionOffer
实例。
授权范围
需要以下 OAuth 作用域:
https://www.googleapis.com/auth/androidpublisher
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[[["易于理解","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"]],["最后更新时间 (UTC):2024-08-22。"],[[["Creates a new subscription offer for auto-renewing base plans, initially in DRAFT state until activated."],["Uses an HTTP POST request to `https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers` with specified path and query parameters."],["Requires providing a `SubscriptionOffer` object in the request body, detailing the offer's specifics."],["Upon success, the response body returns the newly created `SubscriptionOffer` object."],["Needs authorization with the `https://www.googleapis.com/auth/androidpublisher` OAuth scope."]]],[]]