Discussions
How to use the checkin a booking at specidied time
11 months ago by null
I am trying to use the endpoint https://api.lodgify.com/v2/reservations/bookings/{id}/checkin
using the booking identifier as id anf the time in the following format: 2024-01-16T14:46:10
And I am gettinf this error:
{
"message": "Object reference not set to an instance of an object.",
"code": 666,
"correlation_id": "0HN0LMI04AGTA:000002B7",
"event_id": null
}
Anyone know whats is wrong in my request?