Method: eventticketclass.insert
প্রদত্ত আইডি এবং বৈশিষ্ট্য সহ একটি ইভেন্ট টিকিট ক্লাস সন্নিবেশ করান।
HTTP অনুরোধ
POST https://walletobjects.googleapis.com/walletobjects/v1/eventTicketClass
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
শরীরের অনুরোধ
অনুরোধের অংশে EventTicketClass
এর একটি উদাহরণ রয়েছে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে EventTicketClass
এর একটি সদ্য তৈরি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/wallet_object.issuer
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Inserts an event ticket class with the given ID and properties using a POST request."],["The request body should contain an instance of `EventTicketClass` as defined in the provided reference."],["A successful response will return the newly created `EventTicketClass` object."],["Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope."]]],["This outlines the process of inserting an event ticket class. A `POST` request is sent to `https://walletobjects.googleapis.com/walletobjects/v1/eventTicketClass`, including an `EventTicketClass` instance in the request body. A successful operation returns a newly created `EventTicketClass` instance in the response. This process requires the authorization scope `https://www.googleapis.com/auth/wallet_object.issuer`. The documentation follows gRPC Transcoding syntax.\n"]]