Difference between revisions of "API V2.0 changelog"

From Beds24 Wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:API]]
 
[[Category:API]]
  
<div class="heading">API Version 2.0 Changelog</div>
+
<div class=="heading">API Version 2.0 Changelog</div>
  
  This page explains the capabilities of the API Version 2.0 and explains how to use it.  
+
  This page lists major or breaking changes to API Version 2.0.
  
= 2022-11-15 =
+
Note: changes to API endpoints marked under construction may not be documented.
== GET /properties ==
 
*Moved the "ownerId" field to be under data -> account -> ownerId
 
  
 +
== 2022-11-22 ==
 +
Renamed guests field "name" to "lastName" in GET /bookings
  
= 2022-11-22 =
+
== 2022-11-15 ==
== GET /bookings ==
+
Moved the "ownerId" field to be under data -> account -> ownerId in GET /properties
*Renamed guests field "name" to "lastName"
+
 
 +
== 2023-01-24 ==
 +
Added invoice items to /properties
 +
 
 +
== 2023-02-16 ==
 +
Added Stripe endpoints:
 +
 
 +
/channels/stripe
 +
 
 +
/channels/stripe/paymentMethods
 +
 
 +
/channels/stripe/charges
 +
 
 +
== 2023-02-21 ==
 +
Added upsell items to /properties
 +
 
 +
== 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
 +
 
 +
== 2023-04-03 ==
 +
Added /authentication/details endpoint
 +
 
 +
== 2023-05-18 ==
 +
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"
 +
 
 +
== 2023-10-30 ==
 +
Parameters "makeGroup" and "autoInvoiceItemCharge" moved under booking body -> "actions"
 +
 
 +
== 2024-01-09 ==
 +
Added a new parameter "includeBookingGroup" to GET /bookings. This will return additional information about group bookings.
 +
 
 +
== 2024-01-10 ==
 +
Added a new parameter "searchString" to GET /bookings. This will search the guest name, email, apiref and bookingId fields and return matching bookings.
 +
 
 +
== 2024-02-27 ==
 +
Added new API endpoint GET /channels/booking/reviews
 +
 
 +
== 2024-04-04 ==
 +
Added channel Airbnb to /settings/channels

Latest revision as of 09:47, 16 April 2024


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.

1 2022-11-22

Renamed guests field "name" to "lastName" in GET /bookings

2 2022-11-15

Moved the "ownerId" field to be under data -> account -> ownerId in GET /properties

3 2023-01-24

Added invoice items to /properties

4 2023-02-16

Added Stripe endpoints:

/channels/stripe

/channels/stripe/paymentMethods

/channels/stripe/charges

5 2023-02-21

Added upsell items to /properties

6 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

7 2023-04-03

Added /authentication/details endpoint

8 2023-05-18

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"

9 2023-10-30

Parameters "makeGroup" and "autoInvoiceItemCharge" moved under booking body -> "actions"

10 2024-01-09

Added a new parameter "includeBookingGroup" to GET /bookings. This will return additional information about group bookings.

11 2024-01-10

Added a new parameter "searchString" to GET /bookings. This will search the guest name, email, apiref and bookingId fields and return matching bookings.

12 2024-02-27

Added new API endpoint GET /channels/booking/reviews

13 2024-04-04

Added channel Airbnb to /settings/channels