v1
latestOpenAPI 3.0.02026-07-26866217.8 KBReservations
Move to Box
Move a stay of the reservation to the reservation box. This action is typically used when you want to temporarily remove a reservation from the active calendar view.
post/reservations/{stay_code}/move_to_box
Path parameters
stay_codestring required
The code of the stay to move to the box.
Response
The stay of the reservation has been successfully moved to the box.
Example response
{
"error_msg": "Done."
}