Pacific Bedbank API Rates Doc
    • INTRODUCTION
    • Getting Started
    • Payments
    • Discover
    • Endpoints Overview
    • Webhooks
    • Authentication
      • Login
      • Me
    • Search
      • List Countries
      • List Currencies
      • List Hotels
      • Search Hotel Rates
      • Search Hotel Min Rates
    • Bookings
      • Create Prebook
      • Prebook Payment Page
      • Prebook Payment Return
      • Get Prebook
      • List Bookings
      • Confirm Booking
      • Cancel Booking
      • Amend Guest Name
      • Get Booking
    • Schemas
      • LoginResponse
      • LoginRequest
      • CountriesResponse
      • Country
      • CurrenciesResponse
      • Currency
      • HotelListResponse
      • HotelSummary
      • HotelEssential
      • RateEssential
      • RoomTypeEssential
      • SearchResponseEssential
      • SupplierWarning
      • HotelRatesRequest
      • OccupancyInput
      • WholesalerCurrency
      • HotelMinRate
      • HotelMinRatesResponse
      • HotelMinRatesRequest
      • CreditLineInfo
      • PaymentSdkInfo
      • PrebookResponse
      • PrebookRoomRate
      • TravellerInfo
      • PrebookRequest
      • TravellerInput
      • BookingListItem
      • BookingListResponse
      • ConfirmBookingResponse
      • ConfirmBookingRequest
      • GuestInput
      • HolderInput
      • CancelBookingResponse
      • AmendGuestResponse
      • AmendGuestRequest
      • BookingDetailResponse

    OccupancyInput(OccupancyInput)

    Room occupancy accepted by the public search API.

    {
        "adults": 1,
        "children": [
            0
        ]
    }
    Built with