ב-3 במאי 2023 נוציא משימוש את Transactions API, לפני ההוצאה משימוש של Conversations Actions ב-13 ביוני 2023.
כאן תוכלו לקרוא מידע נוסף על ההוצאה משימוש של 'פעולות שיחה'.
Ticket
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
שדות |
ticketedSeat |
object (Seat )
פרטי המושב, למשל חלק, שורה או מספר מושב.
|
ticketToken |
object (TicketToken )
אסימוני כרטיס, למשל מספר הכרטיס האלקטרוני, ברקוד או קוד QR.
|
priceAttributes[] |
object (PriceAttribute )
מחיר לכרטיס, סכום ביניים לכרטיס וכו'
|
TicketToken
אסימון ייחודי לזיהוי כרטיס.
ייצוג JSON |
{
"eTicketNumber": string,
"barCodeUrl": string
} |
שדות |
eTicketNumber |
string
מספר הכרטיס האלקטרוני.
|
barCodeUrl |
string
כתובת ה-URL של קוד הבר/קוד ה-QR של הכרטיס לאירוע.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eThis document provides information about the structure and attributes of a ticket, including seat details, pricing, and unique identifiers.\u003c/p\u003e\n"],["\u003cp\u003eTickets are represented by a JSON object that includes information about the seat, a ticket token, and pricing attributes.\u003c/p\u003e\n"],["\u003cp\u003eThe TicketToken object contains an electronic ticket number and a URL for the barcode or QR code, serving as unique identifiers for the ticket.\u003c/p\u003e\n"]]],[],null,["# Ticket\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [TicketToken](#TicketToken)\n - [JSON representation](#TicketToken.SCHEMA_REPRESENTATION)\n\nInformation about the ticket.\n\n| JSON representation ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"ticketedSeat\": { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/Seat) }, \"ticketToken\": { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/Ticket#TicketToken) }, \"priceAttributes\": [ { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/Order#PriceAttribute) } ] } ``` |\n\n| Fields ||\n|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ticketedSeat` | `object (`[Seat](/assistant/df-asdk/transactions/reference/physical/rest/v3/Seat)`)` Seat information, e.g. section, row or seat number. |\n| `ticketToken` | `object (`[TicketToken](/assistant/df-asdk/transactions/reference/physical/rest/v3/Ticket#TicketToken)`)` Ticket tokens, e.g. e-ticket number, bar code or QR code. |\n| `priceAttributes[]` | `object (`[PriceAttribute](/assistant/df-asdk/transactions/reference/physical/rest/v3/Order#PriceAttribute)`)` Price per ticket, subtotal per ticket, etc. |\n\nTicketToken\n-----------\n\nUnique token to identify a ticket.\n\n| JSON representation ||\n|-----------------------------------------------------------|---|\n| ``` { \"eTicketNumber\": string, \"barCodeUrl\": string } ``` |\n\n| Fields ||\n|-----------------|------------------------------------------------------|\n| `eTicketNumber` | `string` Electronic ticket number. |\n| `barCodeUrl` | `string` URL of the bar/QR code of the event ticket. |"]]