Method: monetization.subscriptions.create
สร้างการสมัครใช้บริการใหม่ Base Plan ที่เพิ่มใหม่จะยังคงอยู่ในสถานะฉบับร่างจนกว่าจะเปิดใช้งาน
คำขอ HTTP
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/subscriptions
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
packageName |
string
ต้องระบุ แอปหลัก (ชื่อแพ็กเกจ) ที่จะสร้างการสมัครใช้บริการ ต้องเท่ากับช่อง packageName ในทรัพยากรการสมัครใช้บริการ
|
พารามิเตอร์การค้นหา
พารามิเตอร์ |
productId |
string
ต้องระบุ รหัสที่จะใช้สำหรับการสมัครใช้บริการ ดูข้อกำหนดเกี่ยวกับรูปแบบนี้ได้ในเอกสารประกอบของช่อง productId ในแหล่งข้อมูลการสมัครใช้บริการ
|
regionsVersion |
object (RegionsVersion )
ต้องระบุ เวอร์ชันของภูมิภาคที่ใช้ได้สำหรับการสมัครใช้บริการ
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ Subscription
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ Subscription
ที่สร้างขึ้นใหม่
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/androidpublisher
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-12-17 UTC
[null,null,["อัปเดตล่าสุด 2024-12-17 UTC"],[[["Creates a new subscription for a specified Android app package."],["Requires providing the package name, subscription ID, and regions version in the request."],["The newly created subscription will initially be in draft state and needs to be activated."],["The request body should contain a `Subscription` resource, and a successful response will return the newly created `Subscription` instance."],["Utilizes the `https://www.googleapis.com/auth/androidpublisher` OAuth scope for authorization."]]],["This document details how to create a new subscription using the Android Publisher API. A `POST` request is sent to a specified URL, including the `packageName` in the path. The request requires `productId` and `regionsVersion` as query parameters. The request body contains the `Subscription` to be created. A successful response returns a newly created `Subscription`. The process uses gRPC Transcoding and requires the `androidpublisher` OAuth scope. Newly added base plans are in draft until activated.\n"]]