Discussions
Function call for check in/out day restrictions
Hi,
Is there a function call that will report what the check in/ check out day restrictions are? I had thought it might be part of the results when retrieving the rates.
Thanks,
Gareth.
Posted by Gareth over 1 year ago
Calendar API
Doesnt exist API for Calendar to close example a period via API?
Posted by Hunor Madaras over 1 year ago
add message to a booking
Hi If I use this post the message appears in the booking but no mail is sended to the guest. Why! IOt's the same with the owner. With the comment type the message does not show up anywhere.
Any hints?
Thanks
MArkus
Posted by MArkus Hengstenberg over 1 year ago
Multi unit properties
Hi currently I have a test account and all the properties I created are single unit properties.
if I have a multi unit properties, which API end point I should use to get the units info?
I am confused about. v2/properties/{id}/rooms. initially I assumed this would be the endpoint that return the units data, but looking at the response, most of the "Room" fields are identical to the Property fields.
and if v2/properties/{id}/rooms isn't the right endpoint to retrieve the units info...then what does "room" exactly mean here!
Lastly can a single unit property have more than one roomtype/ "room" ?
Posted by [email protected] over 1 year ago
How to get check-in, check-out times of a property?
I cannot find check-in, check-out times of a property (and its rooms) with API, please advise.
Posted by Trang Dev about 1 year ago
Pagination size does not work for resevations API v2
Hello,
I tried to test pagination api on reservation page before use it for my service and this doesn't work correct.
I have 4 reservations and I tried to set size=2 reservations by page but they doesn't works.
Thanks,
Kostiantyn
Posted by Kostiantyn Muliar over 1 year ago
Booking Endpoints
Hi
Are the dates / time return by Booking Endpoints local to the property time zone or are they UTC date/time ?
Posted by [email protected] over 1 year ago
Why does create booking result in "Value cannot be null. (Parameter 'source')" ?
When I send a create booking request with the following body: (I removed the property_id for this question)
'{
"source":"Manual",
"arrival":"2022-07-11",
"departure":"2022-07-13",
"property_id":######,
"source_text":"Website"
}'
I get this response:
message": "Value cannot be null. (Parameter 'source')",
Posted by Alex Magee about 1 year ago
Can I get the public URL of a property through the API v2?
Hi there,
I am checking this endpoint v2/properties and I am wondering how I can get the public URL of a property.
Is that possible out of the box?
Thank you
Posted by Miguel Garrido Iglesias 11 months ago
Add messages to a booking sync problem
Hi,
if I post a message usinng API (https://api.lodgify.com/v1/reservation/booking/{id}/messages), the message is visible in Longify. But it does not have that green check icon 'The message was succesfully sent' and it is not synchronized with Airbnb etc.
It works only like if posted directly from chat window.
Looks like that 'subject' is not passed correcly.
call:
{
"subject": "test",
"message": "test",
"type": "Owner"
}
response:
{
"subject": null,
"message": "test",
"type": "Owner",
"is_replied": true,
"created_at": "2022-08-09T13:14:47"
}
thanks
Posted by Martin Pokorny about 1 year ago