Reporting - No Show (Booking.com & Goibibo)
You can report No Show booking for a specific hotel id with the reservation notification id. Property has up to 7 days post check-in to action No Show for Go-MMT and 48 hours' time for Booking.com.
Endpoint
POST

https://connect-sandbox.su-api.com/SUAPI/jservice/reporting
Attributes
hotelid
alphanumeric (Required)
The unique property ID as assigned by the provider upon creation of the property.
reservation_notif_id
alphanumeric (Required)
The notification id of the reservation.
report
alphanumeric (Required)
The name of the report.
Sample Request
{
"hotelid": "new1",
"reservation_notif_id": "155411226779361384952",
"report": "is_no_show"
}
Response
Sample Error Response
{
"Status": "Fail",
"Errors": [{
"Code": "400",
"ShortText": "Invalid HotelCode (P10)"
}]
}
Sample Success Response
{
"Status":"enqueued"
}
Last updated
Was this helpful?