Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Ta metoda zwraca przyszłe rezerwacje użytkownika u dowolnego sprzedawcy. Ta metoda nie powinna zwracać rezerwacji z przeszłości ani anulowanych rezerwacji.
Wyślij prośbę
ListBookingsRequest
Zwracana wartość
ListBookingsResponse
// Request to list all bookings for a usermessageListBookingsRequest{// ID of the user (required)stringuser_id=1;}// Response for the ListBookings RPC with all bookings for the requested user.messageListBookingsResponse{// All bookings of the user (required)repeatedBookingbookings=1;}
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-11-26 UTC."],[[["The `ListBookings` method retrieves a user's future bookings at any merchant, excluding past or cancelled bookings."],["The request message, `ListBookingsRequest`, requires the user's ID."],["The response message, `ListBookingsResponse`, provides a list of the user's bookings in the `bookings` field."]]],[]]