Reservation

The reservation call is used to retrieve the following messages:

  1. New reservation messages

  2. Modified reservation messages

  3. Cancelled reservation messages

  4. Multiple room reservation messages

Step 1: Request for reservation information

Endpoint

POST https://your-domain.com/BCAPI/jservice/Reservation

{
    "hotelid": "HT24001234"
}

The required node hotelid contains the pelican's hotel id for which the pelican wishes to check for reservation information.

Step 2: Response of reservation information

Last updated