Method: transitclass.addmessage
הוספת הודעה לכיתה התעבורה שמופיעה במזהה הכיתה הנתון.
בקשת HTTP
POST https://walletobjects.googleapis.com/walletobjects/v1/transitClass/{resourceId}/addMessage
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
resourceId |
string
המזהה הייחודי של הכיתה. המזהה הזה חייב להיות ייחודי בכל הכיתות של מנפיק. הערך צריך להיות בפורמט issuer ID.identifier, כאשר המזהה הראשון מונפק על ידי Google והשני נבחר על ידכם. המזהה הייחודי צריך לכלול רק תווים אלפאנומריים, '.', '_' או '-'.
|
גוף הבקשה
גוף הבקשה מכיל מופע של AddMessageRequest
.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל נתונים במבנה הבא:
שדות |
resource |
object (TransitClass )
המשאב המעודכן TransitClass.
|
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/wallet_object.issuer
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-21 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-21 (שעון UTC)."],[[["Adds a message to an existing transit class identified by a unique class ID."],["The request body should contain an `AddMessageRequest` as defined in the API reference."],["A successful response returns the updated `TransitClass` object."],["Requires `wallet_object.issuer` OAuth scope for authorization."]]],["This document outlines adding a message to a transit class via an HTTP POST request to `https://walletobjects.googleapis.com/walletobjects/v1/transitClass/{resourceId}/addMessage`. The `resourceId`, a unique class identifier, is a path parameter. The request body utilizes the `AddMessageRequest` structure. Successful requests return a JSON response containing the updated `TransitClass` resource. Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope.\n"]]