v1
latestOpenAPI 3.0.02026-07-26866217.8 KBReservations
Allocate to Property
Allocate a reservation to a specific property. This action is used to assign or reassign a reservation to a particular property. If there is already a stay for the target property, it will be marked as a conflicting stay and move to the reservation box.
post/reservations/{stay_code}/allocate
Path parameters
stay_codestring required
The code of the stay to allocate.
Request body
Response
The reservation has been successfully allocated to the property.
Example response
{
"error_msg": "Done."
}