Discussions
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 1 day 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 19 days 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 29 days ago
how to enable external rates on lodgify
how to enable external rates on lodgify?
Posted by Reggie Brooks about 1 month 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 about 1 month ago
Retrieve reviews from AirBnB and Booking
Hello,
I would very much appreciate the possibility to retrieve reviews for a specific property/room.
I want to publish the reviews on my site, so I want to filter out relevant reviews from my different channels.
Posted by [email protected] about 1 month ago
Rates enpoint return and odd error
Hi for this request: /v2/rates/calendar?HouseId=274421&RoomTypeId=335600&StartDate=2023-02-17&EndDate=2024-02-17 i am getting
{
"message": "No result was found.",
"code": 666,
"correlation_id": "0HMOGQ5C6UBIJ:00000057",
"event_id": null
}
Posted by Luis Parada about 1 month ago
/v2/availability
{
"message": "The added or subtracted value results in an un-representable DateTime. (Parameter 'value')",
"code": 666,
"correlation_id": "0HMODP24UJ18R:000001B5",
"event_id": "00000000000000000000000000000000"
}
Why I get this problem?? Who can help me understand
Posted by null about 1 month ago
Rooms vs Room Types
In the context of webhooks, please could someone clarify what "roomtype" is? Is it a type of room (of which there could be many bookings at the same date/time with the same roomtype if the property has lots of the same type of room) or is it an actual instance of a specific room?
room_type_ids > Identifiers of the roomtypes
Posted by Maddie about 2 months ago
Regarding Lodgify API
hi there,
It will be great if you update the API, "get bookings" (GET /v2/reservations/bookings) endpoint
1 - need ability to filter bookings by Property Id
2 - need ability to find bookings starting from a given arrival date (the "arrival" property), it should work like "updatedSince" param
Currently, we are fetching all your bookings and do filtering on our side, which is not a good solution.
Posted by Nauman Shahzad 2 months ago