API V2.0 changelog: Difference between revisions

From Beds24 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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.


Note: changes to API endpoints marked under construction may not be documented.


= 2022-11-22 =
== GET /bookings ==
*Renamed guests field "name" to "lastName"


== 2022-11-22 ==
*Renamed guests field "name" to "lastName" in GET /bookings


== 2022-11-15 ==
*Moved the "ownerId" field to be under data -> account -> ownerId in GET /properties


= 2022-11-15 =
== 2023-01-24 ==
== GET /properties ==
Added invoice items to /properties
*Moved the "ownerId" field to be under data -> account -> ownerId
 
== 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

Revision as of 06:57, 25 April 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.


2022-11-22

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

2022-11-15

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

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