Update RoomCloud booking¶
Request to update the main guest information of a Roomcloud booking
Example:¶
Query parameters¶
| PARAMETER | TYPE | REQ. | DESCRIPTION |
|---|---|---|---|
| booking_id | String | Yes | Booking code returned in creation |
Body¶
Request using the POST method
{
"reservation": {
"email": "new_email@email.com",
"firstName": "New name",
"lastName": "new lastname",
"telephone": "11112222"
}
}