Stay organized with collections
Save and categorize content based on your preferences.
Request
GetBookingStatusRequest
Return value
GetBookingStatusResponse
Canonical gRPC error codes
NOT_FOUND (if the provided booking ID is unknown to the partner)
// Request to get booking status and prepayment status for a// [ext.maps.booking.partner.v2.Booking]messageGetBookingStatusRequest{// ID of the existing booking (required)stringbooking_id=1;}// Response for the [ext.maps.booking.partner.v2.GetBookingStatus] RPC with// booking status and prepayment statusmessageGetBookingStatusResponse{// ID of the booking (required)stringbooking_id=1;// Status of the booking (required)BookingStatusbooking_status=2;// Prepayment status of the booking (required)PrepaymentStatusprepayment_status=3;}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`GetBookingStatusRequest` retrieves the status and prepayment status of an existing booking using its ID."],["`GetBookingStatusResponse` returns the booking ID, booking status, and prepayment status."],["A `NOT_FOUND` error is returned if the provided booking ID doesn't exist."]]],[]]