Skip to main content

Cancel

POST

/api/v1/generic-api-service/royal/hotel/book/cancel

The cancel endpoint allows the reservation to be cancelled.

{
"reservationId": "ETSR111111111",
"roomConfirmationCodes": [
"123"
],
"reason": "cancel reason"
}