Method: eventticketclass.addmessageStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
Adds a message to an existing event ticket class using its unique class ID.
The request body should contain anAddMessageRequestas defined in the provided documentation.
A successful response returns the updatedEventTicketClassresource.
Requireshttps://www.googleapis.com/auth/wallet_object.issuerauthorization scope for access.
Uses thePOSTmethod with the URLhttps://walletobjects.googleapis.com/walletobjects/v1/eventTicketClass/{resourceId}/addMessage, where{resourceId}is replaced with the class ID.
The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the formatissuer ID.identifierwhere the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-13 UTC."],[],["This outlines the process to add a message to an event ticket class. A `POST` request is sent to `https://walletobjects.googleapis.com/walletobjects/v1/eventTicketClass/{resourceId}/addMessage`, using the `resourceId` path parameter to specify the class. The request body should contain an `AddMessageRequest`. Upon success, the response body includes the updated `EventTicketClass` resource. The operation requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]