Discussions

Ask a Question
Back to All

No default rate is defined for this property.

When I try to create a new booking via https://api.lodgify.com/v1/reservation/booking/, I receive the following error:
"No default rate is defined for this property."

Body:

{ "arrival": "2024-02-01", "departure": "2024-02-05", "property_id": 543297,
"rooms": [
{
"people": 1
}
],
"status": "Open",
"guest": {
"name": "Ivan",
"email": "[email protected]"
}
}

What should I do with this error? I can create a booking on the platform, so why am I unable to create a booking via API.