Method: monetization.subscriptions.basePlans.offers.create
קל לארגן דפים בעזרת אוספים אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
יוצר הצעה חדשה למינוי. רק מינויים בסיסיים שמתחדשים אוטומטית יכולים לכלול מבצעים למינויים. מצב המבצע יוצג כטיוטה עד להפעלתו.
בקשת HTTP
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers
בכתובת ה-URL נעשה שימוש בתחביר המרת gRPC.
פרמטרים של נתיב
פרמטרים |
packageName | string חובה. אפליקציית ההורה (שם החבילה) שעבורה יש ליצור את המבצע. חייב להיות שווה לשדה packageName במשאב 'מינוי'. |
productId | string חובה. המינוי הראשי (מזהה) שעבורו צריך ליצור את המבצע. חייב להיות שווה לשדה productId במשאב SubscriptionOffer. |
basePlanId | string חובה. המינוי הבסיסי (ID) שבשבילו צריך ליצור את המבצע. חייב להיות שווה לשדה basePlanId במשאב SubscriptionOffer. |
פרמטרים של שאילתה
פרמטרים |
offerId | string חובה. המזהה שבו יש להשתמש עבור המבצע. כדי לבדוק מהן הדרישות של הפורמט הזה, אפשר לעיין בתיעוד של השדה OfferId (מזהה המבצע) במשאב SubscriptionOffer. |
regionsVersion | object (RegionsVersion ) חובה. גרסת האזורים הזמינים שנכללת במבצע המינוי. |
גוף הבקשה
גוף הבקשה מכיל מופע של SubscriptionOffer
.
גוף התגובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכלול מופע חדש של SubscriptionOffer
שנוצר.
היקפי הרשאות
נדרש היקף OAuth הבא:
https://www.googleapis.com/auth/androidpublisher
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["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."]]],["This document details how to create a new subscription offer for auto-renewing base plans. The `POST` request is sent to a specific URL with `packageName`, `productId`, and `basePlanId` as required path parameters. The `offerId` and `regionsVersion` are required query parameters. The request body must contain `SubscriptionOffer` data, and a successful response returns the newly created `SubscriptionOffer`. Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope.\n"]]