ID unik untuk objek. ID ini harus unik di semua objek dari penerbit. Nilai ini harus mengikuti format issuer ID.identifier dengan yang pertama diterbitkan oleh Google dan yang kedua dipilih oleh Anda. ID unik Anda hanya boleh menyertakan karakter alfanumerik, '.', '_', atau '-'.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-11-21 UTC."],[[["Adds a message to an existing loyalty object using its object ID."],["The request requires a POST method and uses the object ID as a path parameter."],["The request body should contain an `AddMessageRequest` and the response will contain the updated `LoyaltyObject`."],["Authorization is required using the `https://www.googleapis.com/auth/wallet_object.issuer` scope."]]],["The core action is adding a message to a loyalty object using a `POST` request to the specified URL, incorporating gRPC Transcoding syntax. The request requires a unique `resourceId` (issuer ID.identifier) in the path. The request body utilizes the `AddMessageRequest` instance. Upon success, the response returns an updated `LoyaltyObject` resource, represented in JSON format, under the \"resource\" field. The operation requires `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]