Discussions
Answer messages
Hi, can I use the API to answer unread messages that the client sent me in the inbox.
Search booking by external locator and/or other filters
Hi,
Questions about the API
Hi, I have some questions about the API
Payments methods
Can I add a new payment method using API
How to pass array of object roomTypes when get info of a quote?
The response says "Cannot get data from api/v1/rates/calculate. The endpoint responded with: RoomTypesSettings must be provided." when I try to get detail information of a quote.
I tried some syntax to pass the array of objects through this GET request:
Create a booking with a quote
With the POST https://api.lodgify.com/v1/reservation/booking I am importing reservations from our previous pms system. When trying to transfer the payment data like total amount of the booking and the prepaid amount I do not find how to add it here. Neither to "Total" amount nor any other payment data are shown in the booking after the post.
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"
}'
Booking Endpoints
Hi
Are the dates / time return by Booking Endpoints local to the property time zone or are they UTC date/time ?