Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Sends a cancellation request for the specified reservation.

Edit this section

Input

  • TransType - string - "CANCELRES"

  • Login - string - The API user's login

  • Password - string - The API user's password

  • ResNumber - integer - The ResNumber of the reservation to cancel

  • Reason - string - The reason for cancellation

  • ActualCancel - string - (Y/N - Default: N) - Indicates whether to actually cancel the reservation rather than issuing a cancellation request memo

Edit this section

Output

  • None (error if cancellation request failed)

Edit this section

Notes

  • Cancellations sent with "ActualCancel=Y" will not cancel PNRs on the reservation, will not handle non-refundable items, and may not correctly build cancellation fees

  • Cancellations will only work for bookings to which the authenticated external user has access

    • External user must either be tied to the customer ID on the booking, or have the "ViewAllRes=Y" flag on their external user record to give them access to ALL bookings

  • No labels