Request for Reservation Information

This method is used to send a request for the reservation information. You need to request with the hotel id attribute which is required to request the reservation information for that particular hotel.

Endpoint

POST

https://connect-sandbox.su-api.com/SUAPI/jservice/Reservation

Attributes


hotelid / hotel_id / ClientID string (Required)

The required node hotelid / hotel_id / ClientID contains the IT provider's hotel id for which the provider wishes to check for reservation information.

Maximum 20 characters allowed.

Sample Request

{
   "hotelid": "new1"
}

Last updated

Was this helpful?