Common Workflows-Check Out
Number of APIs: 10
-
Retrieve reservation details by Id GET {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}?fetchInstructions=Reservation
-
Search for a reservation GET {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations?text=smith
-
Update reservation with payment method PUT {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}
-
Get transaction codes to see what charges can be posted GET {{HostName}}/csh/v0/hotels/{{HotelId}}/transactionCodes?includeArticles=true
-
Add a charge to the folio POST {{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/charges
-
Add a Payment to the folio POST {{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/payments
-
Post a Folio, required before checking out a guest POST {{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/folios
-
Check out a reservation POST {{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/checkOuts
-
Reverse a check out PUT {{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/checkOuts/reinstate
-
Get the reservation folio GET {{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/folios?folioWindowNo=1&reservationBalanceOnly=false&fetchInstructions=Payment&fetchInstructions=Postings&fetchInstructions=Transactioncodes&fetchInstructions=Totalbalance