Method: offerclass.addmessage
Menambahkan pesan ke kelas penawaran yang direferensikan oleh ID kelas yang diberikan.
Permintaan HTTP
POST https://walletobjects.googleapis.com/walletobjects/v1/offerClass/{resourceId}/addMessage
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
resourceId |
string
ID unik untuk kelas. ID ini harus unik di semua kelas 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:
Representasi JSON |
{
"resource": {
object (OfferClass )
}
} |
Kolom |
resource |
object (OfferClass )
Resource OfferClass 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."],[[["Adds a message to an existing offer class using a POST request to a specified endpoint."],["Requires a unique offer class ID in the request URL and an `AddMessageRequest` object in the request body."],["If successful, the response provides the updated `OfferClass` object, including the new message."],["This action needs authorization with the `https://www.googleapis.com/auth/wallet_object.issuer` scope."]]],["This document details adding a message to an offer class using a `POST` request to `https://walletobjects.googleapis.com/walletobjects/v1/offerClass/{resourceId}/addMessage`. The `resourceId` path parameter, a unique class identifier, is required. The request body must include an `AddMessageRequest`, while a successful response will contain the updated `OfferClass` resource. The action requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]