Discussions
We're a (large-ish) Lodgify client - can we use API to extract updated booking data?
Hi
(I may be completely misunderstanding what API / JSON is, so apologies if so)
We want to be able to access our own Bookings data, only interested in status "Booked", but drawing out the data in a manageable "block".
The inbuilt "bookings report" (Reservations > Download Report) is not working so well at the moment, some of the rows split into 2 or more.
We currently have over 500 bookings so is that too many to "extract" in an API request anyway?
Posted by Michael R about 2 months ago
Website #0 not found.
I'm receiving this error when creating a booking
{
"message": "Website #0 not found.",
"code": 666,
"correlation_id": "0HMPUT60RIBGI:00000106",
"event_id": null
}
I can't figure out what it means.
Posted by David Wagner about 2 months ago
Webready integration with Lodgify => Unable to Push Bookings
We have checked the Lodgify API method to create a booking, but it does not work for us. Can you please ask your team to help us that how to create a booking (preferably without prior quote creation)?
request example:
POST /v1/reservation/booking
{
"source": "Manual",
"arrival": "2023-04-15",
"departure": "2023-04-16",
"property_id": 438531,
"guest": {
"name": "usman Javed",
"email": "[email protected]",
"country_code": "PK"
},
"total": 440.0,
"currency_code": "USD"
}
_the response is 500 Internal Server Error:
{
"message": "Value cannot be null. (Parameter 'source')",
"code": 666,
"correlation_id": "0HMPHNJ61PEOT:0000017E",
"event_id": null
}_
**This is the last issue left in the integration.**
Posted by null 2 months ago
Add bookings via API with custom rates
We need to import bookings (that are not from Airbnb or booking.com) to Lodgify. We have our own PMS that holds the data. Crearting a booking on Lodgify is OK but we can't define the rates. The "Quotes" only allow us to use the rates defined in Lodgify. But they differ from the rates in the bookings we have to import.
How to create/update bookings via API with a give rate like "200 € per day plus 80 € one time cleaning fee"?
When I GET "Price" object using the API it contains this inofrmation. But I can't define this object. Neither for a Booking nor for a Quote.
Posted by null 2 months ago
where do i find the payment_website_id
I am using the api and when trying to create a booking it asks me for the payment_website_id field, where do I find it?
Posted by Angel Ramos 2 months ago
Can we post Guests data to booking?
We are an online check-in/out solution and I have doubts how we can send the guests data that we collect during the check-in process.
Posted by Xavi Gómez 3 months ago
Blog for website builder
Is there a way to easily include a blog on our website (through website builder) - I know I can setup pages with links to unlinked pages but this is very time consuming especially if I want to publish many articles.
How about including your logify blog like functionality also in website builder?
Posted by Jan C 3 months ago
/v2/reservations/bookings problem with Declined reservations
I'm doing a request to /v2/reservations/bookings but in the response I don't get reservations with Declined status, how can we get the reservations with this status in endpoint list?
If I do a request with an id (for example /v2/reservations/bookings/5953341) I get the reservation detail successfully, but I don't get the detail in endpoint list /v2/reservations/bookings
Posted by Fernando Marengo 3 months ago
how to enable external rates on lodgify
how to enable external rates on lodgify?
Posted by Reggie Brooks 4 months ago
API and external prices
curl
--location -g 'https://api.lodgify.com/v2/quote/409490?arrival=2023-05-09%2015%3A00&departure=2023-05-23%2015%3A00&roomTypes=[[475467%2C4]]' \
--header 'X-ApiKey: MYAPIKEY'
and i receive this error :
{ "message": "The House has no default rate defined", "code": 666, "correlation_id": "0HMOI1G5GD83H:000000A1", "event_id": null }
Pricelabs manage the pricing so could not defined a default rate ! How could i use the API in this case ?
Thanks for help.
Regards
Posted by null 4 months ago