Update status to "Paid" for one or more reservations of a hotel¶
Request to update the status to "Paid" for one or more reservations of a specific hotel.
Example:¶
Body¶
Request using the PUT method
Query parameters¶
| PARAMETER | TYPE | REQ. | DESCRIPTION |
|---|---|---|---|
| hotel_id | Integer | Yes | Integer representing the unique identifier of the hotel in Roomcloud |
Endpoint response¶
Status code: 200¶
{
"msg": "Proceso concluido satisfactoriamente",
"aditional_info": {
"total": 6,
"applied": 5,
"failed": 1,
"failed_bookings": [
"4104364813”
]
}
}