Difference between revisions of "API V2.0 changelog"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
Note: changes to API endpoints marked under construction may not be documented. | Note: changes to API endpoints marked under construction may not be documented. | ||
+ | == TBD == | ||
+ | Changed the following enum values for offers -> bookingType and roomType -> offers -> bookingType under /properties: | ||
+ | *"request" is now "requestWithManualConfirmation" | ||
+ | *"requestCard" is now "requestWithCreditCard" | ||
+ | *"confirmedCard" is now "confirmedWithCreditCard" | ||
+ | *"confirmedDepost1" is now "confirmedWithDepositCollection1" | ||
+ | *"confirmedDepost2" is now "confirmedWithDepositCollection2" | ||
== 2022-11-22 == | == 2022-11-22 == | ||
− | + | Renamed guests field "name" to "lastName" in GET /bookings | |
== 2022-11-15 == | == 2022-11-15 == | ||
− | + | Moved the "ownerId" field to be under data -> account -> ownerId in GET /properties | |
== 2023-01-24 == | == 2023-01-24 == |
Revision as of 03:18, 16 May 2023
API Version 2.0 Changelog
This page lists major or breaking changes to API Version 2.0.
Note: changes to API endpoints marked under construction may not be documented.
Contents
1 TBD
Changed the following enum values for offers -> bookingType and roomType -> offers -> bookingType under /properties:
- "request" is now "requestWithManualConfirmation"
- "requestCard" is now "requestWithCreditCard"
- "confirmedCard" is now "confirmedWithCreditCard"
- "confirmedDepost1" is now "confirmedWithDepositCollection1"
- "confirmedDepost2" is now "confirmedWithDepositCollection2"
2 2022-11-22
Renamed guests field "name" to "lastName" in GET /bookings
3 2022-11-15
Moved the "ownerId" field to be under data -> account -> ownerId in GET /properties
4 2023-01-24
Added invoice items to /properties
5 2023-02-16
Added Stripe endpoints:
/channels/stripe
/channels/stripe/paymentMethods
/channels/stripe/charges
6 2023-02-21
Added upsell items to /properties
7 2023-03-06
Added search criteria to /accounts
Added texts: custom questions, upsell item names, upsell item descriptions, offer names, offer descriptions, offer more details and offer marketing to /properties
8 2023-04-03
Added /authentication/details endpoint