Reservation
The reservation call is used to retrieve the following messages:
New reservation messages
Modified reservation messages
Cancelled reservation messages
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