API V2.0 changelog: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| 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 == | ||