Introduction

1. Overview

This API document is a guideline that you can use to integrate with ONDA’s system to sell lodging and package products on a sales channel.

The Channel Affiliate APIs are RESTful and support the sales of over 50,000 property products distributed on ONDA GDS.

The expected duration for integration is around two weeks.

2.Supported Features

Manage Contents

  • Update property contents
  • Update room contents
  • Update package contents

Search inventory and rates in real-time

  • Search availability in real-time
  • Search inventory and rates in real-time

Store inventory and rates

  • Cache inventory and rates by date
  • Cache lowest price by date

Manage reservations

  • Cancellations and refund policy in real-time
  • Create reservations
  • Search reservations
  • Cancel reservations

API List

API NameMethodEndpoint - 수정해야함Description
Get Property ListGETGet Property ListRetrieves all properties.
Get Property DetailGETGet Property DetailRetrieves detailed information of a specified property.
Get Roomtype ListGETGet Roomtype ListRetrieves a list of room types in a specified property.
Get Roomtype DetailGETGet Roomtype DetailRetrieves detailed information of a specified room type.
Get Rateplan ListGETGet Rateplan ListRetrieves a list of package products of a specified room type.
Get Rateplan DetailGETGet Rateplan DetailRetrieves detailed information of a specified package product.
Search PropertyGETSearch PropertyRetrieves properties that meet specified conditions.
Search Property DetailGETSearch Property DetailRetrieves available inventory and rates of specified property.
Packages can be retrieved also.
Get InventoriesGETGet InventoriesRetrieves all inventory and rates of specified period of specified property.
Get Lowest PriceGETGet Lowest PriceRetrieves the lowest rates by date for a specified property.
Cancellation & Refund Policy before reservationGETCancellation & Refund Policy before reservationRetrieves cancellation & refund policy before reservation.
Create ReservationPOSTCreate ReservationCreate reservation.
Check ReservationGETCheck ReservationRetrieves the created reservation.
Cancel ReservationPUTCancel ReservationCancel reservation.