3. Distribution REST APIs By Module

Number of APIs: 15

ORACLE Hospitality Distribution Rest APIs

This Qodex Collection offers many API call samples for the Oracle Hospitality Distribution REST APIs. For more information on Oracle Distribution visit Oracle Hospitality Distribution .

  1. Distribution APIs by Module-Distribiution Book (BOOK) - put Reservation PUT {{HostName}}/book/v0/hotels/{{HotelCode}}/reservations/{{ConfirmationNum}}

  2. Distribution APIs by Module-Distribiution Book (BOOK) - post On Hold Reservation -> Ignore reservation POST {{HostName}}/book/v0/hotels/{{HotelCode}}/reservations/{{ConfirmationNum}}/status

  3. Distribution APIs by Module-Distribution Reservation Notification (RESNOTIF) - post Reservation Notif -> 2nd res for Multi room reservation POST {{HostName}}/resnotif/v0/hotels/{{HotelCode}}/reservations

  4. Distribution APIs by Module-Distribution Reservation Notification (RESNOTIF) - put Reservation Notif PUT {{HostName}}/resnotif/v0/hotels/{{HotelCode}}/reservations/{{ConfirmationNum}}

  5. Distribution APIs by Module-Distribution Reservation Notification (RESNOTIF) - post Cancel Reservation Notif -> Cancel Light payload POST {{HostName}}/resnotif/v0/hotels/{{HotelCode}}/reservations/{{ConfirmationNum}}/cancellations

  6. Authentication - get Token POST {{HostName}}/hdpba/oauth2/v0/token

  7. Distribution APIs by Module-Distribiution Book (BOOK) - post Reservation -> Create on Hold POST {{HostName}}/book/v0/hotels/{{HotelCode}}/reservations

  8. Distribution APIs by Module-Distribiution Book (BOOK) - post Reservation -> with Transport Information POST {{HostName}}/book/v0/hotels/{{HotelCode1}}/reservations

  9. Distribution APIs by Module-Distribution Shop (SHOP) - get Properties -> Promotion Codes GET {{HostName}}/shop/v0/hotels?adults=1&numberOfUnits=1&promotionCodes=EARLYBIRD&chainCode={{chainCode}}&hotelCodes={{HotelCode1}},{{HotelCode2}},{{HotelCode3}}&arrivalDate={{currentdateplus10}}&departureDate={{currentdateplus12}}

  10. Distribution APIs by Module-Distribution Shop (SHOP) - get Property Offers -> Specific rate plan and room type GET {{HostName}}/shop/v0/hotels/{{HotelCode1}}/offers?adults=1&numberOfUnits=1&ratePlanCodes={{RatePlanCode}}&ratePlanCodeMatchOnly=True&roomTypes={{RoomTypeCode}}&roomTypeMatchOnly=true&arrivalDate={{currentdateplus10}}&departureDate={{currentdateplus12}}