Method: flightclass.addmessage
เพิ่มข้อความลงในชั้นโดยสารของเที่ยวบินที่อ้างอิงโดยรหัสชั้นโดยสารที่ระบุ
คำขอ HTTP
POST https://walletobjects.googleapis.com/walletobjects/v1/flightClass/{resourceId}/addMessage
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
resourceId |
string
ตัวระบุที่ไม่ซ้ำกันสำหรับชั้นเรียน รหัสนี้ต้องไม่ซ้ำกันในทุกชั้นเรียนจากผู้ออกบัตร ค่านี้ควรเป็นไปตามรูปแบบ issuer IDidentifierที่บัญชีแรกออกโดย Google และคุณเป็นผู้เลือกรายการหลัง ตัวระบุที่ไม่ซ้ำกันควรประกอบด้วยอักขระที่เป็นตัวอักษรและตัวเลขคละกัน, '.', '_' หรือ "-" เท่านั้น
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ AddMessageRequest
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีข้อมูลซึ่งมีโครงสร้างดังต่อไปนี้
ช่อง |
resource |
object (FlightClass )
ทรัพยากร FlightClass ที่อัปเดตแล้ว
|
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/wallet_object.issuer
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-11-07 UTC
[null,null,["อัปเดตล่าสุด 2024-11-07 UTC"],[[["Adds a message to an existing flight class using the provided class ID."],["The request body should contain an `AddMessageRequest` object and uses the `POST` method."],["If successful, the response returns the updated `FlightClass` object."],["Requires `wallet_object.issuer` authorization scope for access."],["Utilizes gRPC Transcoding for the HTTP request URL structure."]]],["This document outlines the process for adding a message to a flight class using a POST request to the `https://walletobjects.googleapis.com/walletobjects/v1/flightClass/{resourceId}/addMessage` endpoint. The `resourceId` path parameter, a unique identifier in the format `\u003cissuer ID\u003e.\u003cidentifier\u003e`, specifies the target class. The request body utilizes the `AddMessageRequest`. Upon success, the response includes the updated `FlightClass` resource, necessitating `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope authorization.\n"]]