Method: eventticketobject.modifylinkedofferobjects
Modyfikuje obiekty połączonej oferty dla obiektu biletu na wydarzenie o podanym identyfikatorze.
Żądanie HTTP
POST https://walletobjects.googleapis.com/walletobjects/v1/eventTicketObject/{resourceId}/modifyLinkedOfferObjects
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
resourceId |
string
Unikalny identyfikator obiektu. Ten identyfikator musi być unikalny wśród wszystkich obiektów wydawcy. Ta wartość powinna mieć format issuer ID.identifier, gdzie pierwszy identyfikator jest wystawiany przez Google, a drugi jest wybierany przez Ciebie. Unikalny identyfikator powinien zawierać tylko znaki alfanumeryczne oraz znaki „.”, „_” lub „-”.
|
Treść żądania
Treść żądania zawiera wystąpienie elementu ModifyLinkedOfferObjectsRequest
.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu EventTicketObject
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/wallet_object.issuer
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-11-04 UTC.
[null,null,["Ostatnia aktualizacja: 2024-11-04 UTC."],[[["This endpoint modifies linked offer objects for an existing event ticket object using its unique ID."],["The request should be a `POST` request to the specified URL with the event ticket object's ID in the path."],["The request body must follow the `ModifyLinkedOfferObjectsRequest` structure, and the response will contain the updated `EventTicketObject`."],["Authorization requires the `wallet_object.issuer` scope."]]],["This describes modifying linked offer objects for an event ticket object using a POST request to a specific URL. The URL utilizes gRPC Transcoding and requires a unique `resourceId` path parameter. The request body must be a `ModifyLinkedOfferObjectsRequest`. A successful response returns an `EventTicketObject`. Access requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope. The resource ID has a fixed format composed by an issuer ID given by google and an identifier specified by the user.\n"]]