New methods and improvements
We’ve done some maintenance and added two new methods. Here’s what’s changed:
Method | Change |
---|---|
postReservation | “ZIP” and “Phone” fields are now optional |
getGuestList | Includes secondary guests in addition to the primary guest |
getReservationInvoiceInformation | Includes purchased booking engine add-ons in its response |
postItemsToReservations | Allows use of custom payment methods |
postCustomItemsToReservations | Allows use of custom payment methods |
postPayment | Accepts all possible payment methods (validates for enabled payments in myfrontdesk account) |
getPaymentMethods (new) | Shows a set of payment methods property allows/accepts. |
postCustomPaymentMethod (new) | Creates or enables a payment method in myfrontdesk property account. |
postGuest | Returns “guestID” in results |
getReservation / postReservation / getGuest / postGuest / putGuest | Gender information available. |
getReservations | Returns “thirdPartyIdentifier” in the results.Allows to filter by roomID and roomName. If either are sent, the reservation status or checkIn/Out dates are necessary |
Deprecated methods
In other news, we have soft deprecated several methods and won’t be providing support for them anymore. These methods will still be available for now, but we advise you to start using the recommended alternatives below:
Deprecated method | Use Instead |
---|---|
getReservationArrivals | getReservations with parameters “checkInFrom” and “checkInTo” |
getReservationInHouse | getReservations with parameter “status=checked_in” |
getReservationDepartures | getReservations with parameters “checkedOutFrom” and “checkedOutTo” |
getAppStatus | getAppState |
postAppStatus | postAppState |
Comments
0 comments
Please sign in to leave a comment.