2026-06-30
June 30th, 2026
Added
- Add
AFWDto theappliedOnFeesenum onPOST /taxes(Create tax) andPATCH /taxes/{id}(Update tax) - Add
AFWDto thenormalTypeenum onPOST /price-adjustments/manual-total-amount(Create a total amount price adjustments) - Add a
400response ("Invalid request body.") toPOST /price-adjustments/manual-total-amount(Create a total amount price adjustments) - Add a
400response ("Invalid reservation ID.") toGET /price-adjustments/total-amount/{id}(Get all total amount price adjustments for a reservation)
Changed
- Clarify the
reservationIdpath parameter description to "Reservation ID." onPOST /invoice-items/reservation/{reservationId}(Create Invoice Item) - Clarify the
idpath parameter description to "Reservation ID." onGET /price-adjustments/total-amount/{id}(Get all total amount price adjustments for a reservation) - Document the
applyRequiredChangesToTaxesWithSameTypequery parameter onPATCH /taxes/{id}(Update tax)
