Method: eventticketobject.addmessage
Menambahkan pesan ke objek tiket acara yang direferensikan oleh ID objek yang diberikan.
Permintaan HTTP
POST https://walletobjects.googleapis.com/walletobjects/v1/eventTicketObject/{resourceId}/addMessage
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
resourceId |
string
ID unik untuk objek. ID ini harus unik di semua objek dari penerbit. Nilai ini harus mengikuti format issuer ID.identifier yang pertama diterbitkan oleh Google, dan yang kedua dipilih oleh Anda. ID unik Anda hanya boleh berisi karakter alfanumerik, '.', '_', atau '-'.
|
Isi permintaan
Isi permintaan memuat instance AddMessageRequest
.
Isi respons
Jika berhasil, isi respons memuat data dengan struktur berikut:
Kolom |
resource |
object (EventTicketObject )
Resource EventTicketObject yang diperbarui.
|
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/wallet_object.issuer
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-03-13 UTC.
[null,null,["Terakhir diperbarui pada 2025-03-13 UTC."],[[["This endpoint allows you to add a message to an existing event ticket object using a POST request."],["You need to provide the unique object ID as a path parameter to identify the target event ticket."],["The request body should contain an `AddMessageRequest` object with the message details."],["A successful response will include the updated `EventTicketObject` resource."],["This operation requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for authorization."]]],["This describes adding a message to an event ticket object via a POST request to `https://walletobjects.googleapis.com/walletobjects/v1/eventTicketObject/{resourceId}/addMessage`. The `resourceId`, a unique object identifier, is a path parameter. The request body should be an `AddMessageRequest`. A successful response includes the updated `EventTicketObject` within a JSON object, under the field `resource`. This action requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]